From e0f94b308eb1d9a6bc8289791c93b083fa1349ce Mon Sep 17 00:00:00 2001 From: Rikard Danielsson Date: Tue, 11 Feb 2025 11:06:21 +0100 Subject: [PATCH] remove gss from nc-upgrade script --- customers/base/script-configmap.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/customers/base/script-configmap.yml b/customers/base/script-configmap.yml index 54120e6..a99349c 100644 --- a/customers/base/script-configmap.yml +++ b/customers/base/script-configmap.yml @@ -7,9 +7,7 @@ data: #!/bin/bash sed "s/config_is_read_only\(.\) => true,/config_is_read_only\1 => false,/" /var/www/html/config/config.php > /var/www/html/config/config.php.tmp mv /var/www/html/config/config.php.tmp /var/www/html/config/config.php - php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ app:disable globalsiteselector php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ upgrade - php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ app:enable globalsiteselector php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ maintenance:repair php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ maintenance:mode --off php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ db:add-missing-primary-keys