1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2021-01-25 15:14:50 +10:00
parent d9c14b4158
commit aeed552f4e
3 changed files with 1 additions and 4 deletions

View File

@ -33,5 +33,4 @@ docker-compose up -d
cd /root/medicine-config/medicine
docker exec -i medicine-stack-postgres pg_dump --no-owner -U postgres -F c medicine > /root/medicine-backups/latest_database.tar.gz --exclude-table-data=riisz_logging --exclude-table-data=reversion_*
# docker exec -i medicine-stack-postgres pg_dump --no-owner -U postgres -F c medicine > /root/medicine-backups/latest_database.tar.gz --exclude-table-data=riisz_logging --exclude-table-data=reversion_*

View File

@ -2,8 +2,6 @@
set -e
export PYTHONIOENCODING=utf8
COMMAND="$1"
ARGUMENT="$2"