Skip to content

Commit

Permalink
Add model serviceindex.misc_urls to backup script
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnavarro committed Oct 23, 2024
1 parent 3bd58d4 commit 0b28139
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
tag-0.7-20241023 JP
- Add model serviceindex.misc_urls to backup script

tag-0.6-20220301 JP
- Implement sbin/database_backup*

Expand Down
1 change: 1 addition & 0 deletions sbin/serviceindex_backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ pg_dump -h ${DBHOST} -U ${DBUSER} -n public -d ${DBNAME} \
-t serviceindex.availability -t serviceindex.site -t serviceindex.staff -t serviceindex.support \
-t serviceindex.service -t serviceindex.host -t serviceindex.link -t serviceindex.logentry \
-t serviceindex.event -t serviceindex.hosteventlog -t serviceindex.hosteventstatus \
-t serviceindex.misc_urls \
>${BACKUP_DIR}/django.dump.${DATE}

#pg_dump -h ${DBHOST} -U ${DBUSER} -n public -d ${DBNAME} \
Expand Down

0 comments on commit 0b28139

Please sign in to comment.