[Freeze Break Request: ] Switch anitya backups to use --exclude-table-data rather than excluding entire tables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Kevin Fenzi <kevin@xxxxxxxxx>

This allows people to use the db dump without having to manually create the missing tables.

Signed-off-by: Kevin Fenzi <kevin@xxxxxxxxx>
---
 roles/postgresql_server/files/backup-database.anitya | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/postgresql_server/files/backup-database.anitya b/roles/postgresql_server/files/backup-database.anitya
index c28f31b..a2e05a8 100644
--- a/roles/postgresql_server/files/backup-database.anitya
+++ b/roles/postgresql_server/files/backup-database.anitya
@@ -10,7 +10,7 @@ DB=anitya
 # Make it use a limited number of threads because pxz will use all the
 # cpus which causes pg_dump to starve which causes...
 
-/usr/bin/pg_dump -T users -T tokens -T 'social*' -T sessions -C $DB | /usr/bin/pxz -T4 > /backups/$DB-public-$(date +%F).dump.xz
+/usr/bin/pg_dump --exclude-table-data users --exclude-table-data tokens --exclude-table-data 'social*' --exclude-table-data sessions -C $DB | /usr/bin/pxz -T4 > /backups/$DB-public-$(date +%F).dump.xz
 
 # Also, delete the backup from a few days ago.
 rm -f /backups/$DB-public-$(date --date="1 days ago" +%F).dump.xz
-- 
1.8.3.1
_______________________________________________
infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux