fixup stuff
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Philipp Rothmann 2022-05-18 10:33:08 +02:00
parent dba042ff46
commit ea48f6837c
3 changed files with 7 additions and 6 deletions

View File

@ -31,5 +31,10 @@ services:
backupbot.backup.pre-hook: 'mkdir -p /tmp/backup/ && mysqldump --single-transaction -u root -p"$$(cat /run/secrets/db_root_password)" nextcloud > /tmp/backup/backup.sql'
backupbot.backup.post-hook: "rm -rf /tmp/backup"
backupbot.backup.path: "/tmp/backup/"
configs:
my_tune:
name: ${STACK_NAME}_my_cnf_${MY_CNF_VERSION}
file: my-tune.cnf
volumes:
mariadb:

View File

@ -69,7 +69,7 @@ services:
failure_action: rollback
order: start-first
labels:
- "coop-cloud.${STACK_NAME}.version=1.0.0+23.0.3-fpm"
- "coop-cloud.${STACK_NAME}.version=2.0.0+23.0.3-fpm"
- "backupbot.backup=true"
- "backupbot.backup.path=/var/www/html/config/,/var/www/html/data/,/var/www/html/custom_apps/"
@ -119,9 +119,6 @@ configs:
fpm_tune:
name: ${STACK_NAME}_fpm_tune_${FPM_TUNE_VERSION}
file: fpm-tune.ini
my_tune:
name: ${STACK_NAME}_my_cnf_${MY_CNF_VERSION}
file: my-tune.cnf
networks:
proxy:

View File

@ -1,5 +1,4 @@
The 2.0.0 release moves the database service to a seperate override.yml file to support different database types (mariadb / postgres).
Please add the following snippet to your config .env to ensure mariadb is used:
2.0.0 introduces a minor nextcloud update to 23.0.3 and moves the database service to a seperate override.yml file to support different database types (mariadb / postgres). This might break your installation. Please add the following snippet to your config .env to ensure the right db is used:
```
COMPOSE_FILE="compose.yml"