Post #3058624
2026-05-30 16:50 UTC
TIL if you do you database backups like this:
docker compose run .. postgres pg_dump ... > database.postgres
You'll end up with a database dump being written to the container log in /var/lib/docker which may not be what you want (e.g. because it doesn't have enough space)...
Replies (0)
No replies.