migrate db back to postgres:14 and manually add wal-g automated incremental backups

This commit is contained in:
2026-08-12 11:23:08 +01:00
parent 3d13c5a9d9
commit 9ebb4283af
5 changed files with 42 additions and 8 deletions
@@ -0,0 +1,8 @@
#!/bin/bash
set -e
# Start the cron service in the background
service cron start
# Pass execution back to the official postgres entrypoint
exec /usr/local/bin/docker-entrypoint.sh "$@"