Skip to content

Commit b244000

Browse files
authored
[Docs] Add required db permissions to install stored functions (#484)
1 parent 7136b9c commit b244000

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

doc/02_Installation/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This section describes the installation of the Customer Management Framework and
44

55
> Please note that Customer Management Framework requires MariaDB as database. It will not work with default MySQL. MariaDB is used to save [activities](../09_Activities/README.md) with the MariaDB Dynamic Columns feature: https://mariadb.com/kb/en/library/dynamic-columns/
66
7+
## Server Requirements
8+
9+
### Database permissions
10+
All permissions based on the [Core Requirements](https://pimcore.com/docs/pimcore/10.6/Development_Documentation/Installation_and_Upgrade/System_Requirements.html#page_Permissions) and including:
11+
- Create routine
12+
- Alter routine
13+
714
## Installation
815

916
1) Add dependency for CMF to your `composer.json` and run `composer update`. Alternatively, in Pimcore directory, run `composer require pimcore/customer-management-framework-bundle`.
@@ -106,14 +113,14 @@ Note that the class doesn't need to contain the attributes as field definitions.
106113
Of course your customer class can have additional attributes as needed.
107114

108115
## Segment Assignments Stored Functions
109-
The installer creates stored functions on database for auto assigning segments on Assets, Documents & DataObjects. In case this fails,
110-
Please import stored functions manually by defining a delimiter other than `;` with following files:
116+
The installer creates stored functions on database for auto assigning segments on Assets, Documents & DataObjects.
117+
In case the import fails, please import stored functions manually by defining a delimiter other than `;` with following files:
118+
111119
```
112120
/Resources/sql/segmentAssignment/storedFunctionDocument.sql
113121
/Resources/sql/segmentAssignment/storedFunctionAsset.sql
114122
/Resources/sql/segmentAssignment/storedFunctionObject.sql
115123
```
116-
117124
## Configuration
118125

119126
The CMF ships with a default configuration for basic functionality. To start up, no additional configuration should be

0 commit comments

Comments
 (0)