Two backups containing different tables from the same database #1776
Unanswered
mwilkinson5874
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to do two different backups containing different tables from the same database rather than just cramming everything into one?
I have some smaller content tables which I backup every hour and there's some other tables which I want to back up daily. Content constantly changes, hence the need for more frequent backups of only those tables. The other tables don't really change a huge amount so I feel daily is more suitable. Plus I don't want to include those in the hourly backups to keep costs down in S3.
Beta Was this translation helpful? Give feedback.
All reactions