From e2df2cd82ef9736ff5f68b96f2a6b93988a4f137 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 5 Mar 2021 19:53:18 +0100 Subject: nextcloud-upgrade now handles config-hashes too --- roles/apps/nextcloud/tasks/main.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'roles/apps/nextcloud/tasks/main.yml') diff --git a/roles/apps/nextcloud/tasks/main.yml b/roles/apps/nextcloud/tasks/main.yml index 1a583f4e..14aa7085 100644 --- a/roles/apps/nextcloud/tasks/main.yml +++ b/roles/apps/nextcloud/tasks/main.yml @@ -197,7 +197,12 @@ ** Go to https://{{ item.value.hostnames[0] }} and finalize the ** installation. After that run the following commands: ** - ** $ nextcloud-occ {{ item.key }} db:add-missing-indices - ** $ nextcloud-occ {{ item.key }} db:convert-filecache-bigint + ** $ nextcloud-occ {{ item.key }} app:disable richdocumentscode + ** $ nextcloud-occ {{ item.key }} app:remove richdocumentscode + ** + ** Also please add the following option to the file + ** "{{ nextcloud_base_path }}/{{ item.key }}/nextcloud/config/config.php" + ** + ** 'default_phone_region' => 'at', ** **************************************** -- cgit v1.2.3