You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For WP1, we will have a very large (~50GB) table of data that is largely disposable. That is, it can easily be re-created completely in less than a day and contains no user data.
We would like to exclude this table from our database backups.
It seems that borgmatic supports an options key for MySQL/MariaDB databases (https://torsion.org/borgmatic/docs/how-to/backup-your-databases/#database-dump-hooks), and we can specify --ignore-table=wp1.too_large_table. So all we need is an env option like IGNORE_TABLES=name1,name2,name3 that will be passed through to the borgmatic config.
The text was updated successfully, but these errors were encountered:
For WP1, we will have a very large (~50GB) table of data that is largely disposable. That is, it can easily be re-created completely in less than a day and contains no user data.
We would like to exclude this table from our database backups.
It seems that borgmatic supports an
options
key for MySQL/MariaDB databases (https://torsion.org/borgmatic/docs/how-to/backup-your-databases/#database-dump-hooks), and we can specify--ignore-table=wp1.too_large_table
. So all we need is an env option likeIGNORE_TABLES=name1,name2,name3
that will be passed through to the borgmatic config.The text was updated successfully, but these errors were encountered: