pass
This commit is contained in:
parent
f7ef395bdd
commit
e906be7074
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue