try again
This commit is contained in:
parent
876b07bd0a
commit
edd32217d3
2 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,7 @@ data:
|
|||
),
|
||||
),
|
||||
'appstoreenabled' => false,
|
||||
'config_is_read_only' => true,
|
||||
'config_is_read_only' => false,
|
||||
'csrf.disabled' => true,
|
||||
'datadirectory' => '/var/www/html/data',
|
||||
'dbhost' => getenv('MYSQL_HOST') . ':' .getenv('MYSQL_PORT'),
|
||||
|
|
|
@ -6,6 +6,7 @@ data:
|
|||
nc-upgrade: |
|
||||
#!/bin/bash
|
||||
cp /config.php /var/www/html/config/config.php
|
||||
chown www-data:root /var/www/html/config/config.php
|
||||
php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ upgrade || true
|
||||
php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ maintenance:repair || true
|
||||
php -d apc.enable_cli=1 -d memory_limit=-1 /var/www/html/occ db:add-missing-primary-keys || true
|
||||
|
|
Loading…
Add table
Reference in a new issue