1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2023-09-20 16:34:37 +10:00
parent 0666c26cba
commit 4473c2ab0f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ echo "readonly" | docker login docker.med-logic.ru --username readonly --passwor
docker pull docker.med-logic.ru/medicine-nginx:latest docker pull docker.med-logic.ru/medicine-nginx:latest
docker pull docker.med-logic.ru/medicine-app:latest docker pull docker.med-logic.ru/medicine-app:latest
unzip ../backups/medicine.sql.zip -d ../volumes/files/ unzip /root/medicine-config/backups/medicine.sql.zip -d /root/medicine-config/volumes/files/
docker exec -i medicine-stack-postgres psql -U postgres -d medicine -f /files/medicine.sql docker exec -i medicine-stack-postgres psql -U postgres -d medicine -f /files/medicine.sql