Skip to content

Commit

Permalink
chore: update backup-mysql tables
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakia committed Jun 18, 2024
1 parent a76b611 commit b7dfb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/backup-mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ done
DUMP_DIR="/root/backups"
DB_NAME="nano_production"
DB_FILE="/root/mysqldump.cnf"
DB_TABLES="accounts accounts_meta accounts_tags github_events posts post_labels representatives_meta sources users user_addresses"
DB_TABLES="accounts accounts_changelog accounts_meta_index accounts_tags github_discussion_labels github_discussions github_events github_issue_labels github_issues nano_community_messages posts post_labels representatives_meta_index representatives_meta_index_changelog representatives_network representatives_network_index sources users user_addresses"
DATE_FORMAT="%Y-%m-%d_%H-%M"

file_name="$(date +$DATE_FORMAT)"
Expand Down

0 comments on commit b7dfb3e

Please sign in to comment.