Skip to content

Commit

Permalink
[#361] Update dump-db.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Aug 9, 2024
1 parent ee07709 commit 8bbf34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/script/dump-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

set -eu

docker-compose exec -T db bash -c 'pg_dump --user idc --clean --create --format plain idh_idc > /docker-entrypoint-initdb.d/001-init.sql; echo "Export done"'
docker compose exec -T db bash -c 'pg_dump --user idc --clean --create --format plain idh_idc > /docker-entrypoint-initdb.d/001-init.sql; echo "Export done"'

0 comments on commit 8bbf34a

Please sign in to comment.