3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-09-25 19:31:11 +10:00
parent f7ef395bdd
commit e906be7074
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ docker exec -i medicine-stack-postgres pg_dump --no-owner -U postgres -F p medic
--exclude-table-data=django_session \ --exclude-table-data=django_session \
--exclude-table-data=django_admin_log \ --exclude-table-data=django_admin_log \
--exclude-table-data=django_celery_* \ --exclude-table-data=django_celery_* \
--exclude-table-data=historical_* \
--exclude-table-data=history_historylog --exclude-table-data=history_historylog
if test -f "${archive_filename}"; then if test -f "${archive_filename}"; then