3
0
Fork 0

exclude local

This commit is contained in:
Ilya Mukhortov 2026-07-27 18:37:32 +10:00
parent 8efc7006ed
commit d0930d76e3
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ docker exec -i medicine-stack-postgres pg_dump --no-owner -U postgres -F p medic
--exclude-table-data=всеалоны \ --exclude-table-data=всеалоны \
--exclude-table-data=пациенты \ --exclude-table-data=пациенты \
--exclude-table-data=historical_* \ --exclude-table-data=historical_* \
--exclude-table-data=local_* \
--exclude-table-data=reversion_* --exclude-table-data=reversion_*
if test -f "${archive_filename}"; then if test -f "${archive_filename}"; then