Skip to content

Commit

Permalink
fix user importing database backup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericblau committed Feb 7, 2025
1 parent c43f4c5 commit fa4c3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/docker/scripts/populatedb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

#docker exec -it $1 psql -U info_django -h localhost -p 5432 warehouse2 -f /opt/app/dbrestore/db.backup
#docker exec -it $1 psql -U info_django -h localhost -p 5432 warehouse2 -f /opt/app/dbrestore/django.dump.1701118801
psql -U info_django -h db -p 5432 warehouse2 -f /opt/app/dbrestore/django.dump.latest
psql -U opsdba -h db -p 5432 warehouse2 -f /opt/app/dbrestore/django.dump.latest

0 comments on commit fa4c3ac

Please sign in to comment.