Commit Graph
12 Commits
Author SHA1 Message Date
dannygroenewegen 14ec244f97 fix: use pgautoupgrade's default healthcheck 2026-08-09 20:48:18 +02:00
dannygroenewegen 1d9c844cad fix: remove -c max_connections flag from postgres command to fix pgautoupgrade
The pgautoupgrade switch from 13.1.0+32.0.11-fpm was released untested and had a bug: the db service's `-c max_connections=...` command breaks pgautoupgrade, failing with `initdb: invalid option -- 'c'`. See pgautoupgrade/docker-pgautoupgrade#148
2026-08-02 17:02:40 +02:00
carla 6113ccedde chore: switch from postgres to pgautoupgrade 14 2026-06-08 20:59:29 +02:00
moritz 182a42ff1f update backupbot labels
continuous-integration/drone/push Build is failing
2024-10-22 15:18:37 +02:00
javielico c94ffed09d chore: publish 9.0.0+29.0.5-fpm release
continuous-integration/drone/push Build is failing
2024-08-26 18:11:43 +01:00
moritz eead80b60a add env MAX_DB_CONNECTIONS to set the database connection limit
continuous-integration/drone/push Build is passing
2024-02-27 09:47:26 +01:00
philippr 92dca3fab7 chore: point backup to a volume directory 2023-06-26 16:44:06 +02:00
philippr 6427ce181f fix postgres healtcheck
continuous-integration/drone/push Build is passing
2023-06-14 14:59:03 +02:00
3wordchant 1deee41205 chore: publish 4.0.3+26.0.2-fpm release
continuous-integration/drone/push Build is passing
2023-06-09 10:31:49 +01:00
kawaiipunk b8d209e531 chore: publish 4.0.2+26.0.2-fpm release
continuous-integration/drone/push Build is passing
2023-06-08 17:52:27 +01:00
philippr 0aabef8f7b let app container wait for db init 2022-10-13 16:58:10 +02:00
yksflipandphilippr 12eea19cab add postgres db (#26)
continuous-integration/drone/push Build is failing
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: #26
2022-05-18 08:36:26 +00:00