Require optional database steps to be performed

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-02-22 15:27:58 +01:00 committed by backportbot[bot]
parent 167ecec2a8
commit 441d04043d

View File

@ -42,7 +42,15 @@ in case of the activity app these are:
* ``oc_activity_mq``
1. Enable maintenance mode
2. Specify the desired configuration values
2. Make sure optional database changes are applied:
1. ``occ db:convert-mysql-charset``
2. ``occ db:convert-filecache-bigint``
3. ``occ db:add-missing-indices``
4. ``occ db:add-missing-primary-keys``
5. ``occ db:add-missing-primary-keys``
3. Specify the desired configuration values
3. Copy the 2 tables to the new database
4. Disable maintenance mode