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
We are running complete backups of the /mediawiki folder every hour. We need to modify the script to take only incremental backups of the folder every hour to S3.
The text was updated successfully, but these errors were encountered:
Hi Gokul, couple of things to keep in mind while preparing incremental backup.
The wiki database and images are tightly coupled in case of integrity. We need to maintain that.
Restore should be auyomatuc and easy
Restore should not even miss a byte
Any change to existing images should also be captured properly.
We need to be able to take full backup occasionally (i.e if you take full backup today, it cannkt be just incremental back up for several days , it might increase the number of incremental files. )
We are running complete backups of the /mediawiki folder every hour. We need to modify the script to take only incremental backups of the folder every hour to S3.
The text was updated successfully, but these errors were encountered: