Runs pg_dump inside the db service and writes a compressed custom-format dump to the host shell, keeping the backup off the container filesystem. The -Fc custom format compresses well and restores with pg_restore. Replay it with `docker compose exec db pg_restore -U listmonk -d listmonk < listmonk-backup.dump`.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.