1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2023-01-07 20:38:50 +10:00
parent 9d0514b917
commit f48ca2f597
1 changed files with 0 additions and 5 deletions

View File

@ -3,8 +3,3 @@
set -e set -e
docker exec -i medicine-stack-postgres psql -U postgres -d medicine -f /files/backup.sql docker exec -i medicine-stack-postgres psql -U postgres -d medicine -f /files/backup.sql
docker exec -i redmine-postgres psql -U redmine-user -d redmine -f /redmine.sql
docker-compose exec postgres pg_dump --no-owner -U postgres -F p "medicine_1" > "medicine.sql"
docker-compose exec postgres pg_dump --no-owner -U postgres -F p "medicine2" > "medicine2.sql"