renovate-bot
4c41c21799
chore(deps): update mariadb docker tag to v12
2026-07-25 21:55:11 +02:00
renovate-bot
f60f10c6dd
chore(deps): update mariadb docker tag to v11.8
2026-07-25 19:40:39 +00:00
3wordchant
42c90cce21
Add configurable INNODB_BUFFER_POOL_SIZE
2025-09-01 00:15:52 -04:00
iexos
750477a409
fix mariadb backup label
2025-02-03 13:19:08 +01:00
marlon
7aa4e15034
upgrade to mariadb 11.4
2024-12-21 16:56:09 -05:00
moritz
182a42ff1f
update backupbot labels
2024-10-22 15:18:37 +02:00
moritz
eead80b60a
add env MAX_DB_CONNECTIONS to set the database connection limit
2024-02-27 09:47:26 +01:00
p4u1
eefb14e150
refactor: move db_root_password to mariadb ( #38 )
...
It is only used by mariadb and not by postgres
Closes coop-cloud/nextcloud#34
Reviewed-on: coop-cloud/nextcloud#38
Co-authored-by: p4u1 <p4u1_f4u1@riseup.net >
Co-committed-by: p4u1 <p4u1_f4u1@riseup.net >
2023-12-22 12:09:07 +00:00
philippr
92dca3fab7
chore: point backup to a volume directory
2023-06-26 16:44:06 +02:00
moritz
19c260b8da
healthchecks ( #32 )
...
Adding healthchecks for nginx, mariadb, redis and php-fpm
Co-authored-by: Moritz <moritz.m@local-it.org >
Reviewed-on: coop-cloud/nextcloud#32
2023-01-12 21:16:31 +00:00
yksflip and philippr
12eea19cab
add postgres db ( #26 )
...
This PR moves the db service into two override files `compose.mariadb.yml` and `compose.postgres.yml`.
Existing installations need to add:
```
COMPOSE_FILE="compose.yml"
COMPOSE_FILE="$COMPOSE_FILE:compose.mariadb.yml"
```
to their .env file to ensure mariadb is still used.
Co-authored-by: Philipp Rothmann <philipprothmann@posteo.de >
Reviewed-on: coop-cloud/nextcloud#26
2022-05-18 08:36:26 +00:00