-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need cron-job for backup of database #12
Comments
How about we use SQLITE instead? Backup would be simply copying the file. |
And we'd need http://php.net/manual/en/function.sha1.php to make up for lack of |
If there is processing power pear has a software implementation On Mon, 3 Aug 2015 11:36 Lio李欧 notifications@github.com wrote:
|
It's really easy to backup a MySQL database, just do in a daily cron (localy or remotely) something like the command:
This will make a file for each day. |
That part is easy, but where do we keep the files? I guess we can keep them on the server, but that hardly helps us: when the server crashes, both the VM and the backups crash. We need to keep the backups somewhere else. Perhaps on the XCJ NAS http://burty/ ? |
Yeah. NFS Mount. Or. Github like we did with partkeepr.. Paul On Sat, 12 Sep 2015 23:47 Lio李欧 notifications@github.com wrote:
|
I'm changing to SQLite for use in Dimsumlabs. |
WIP https://github.com/dimsumlabs/bouncer/tree/sqlite Need a migration script for moving MySQL data into SQLite DB. |
I created a new issue for SQLite: #50 This issue will be used for the backup cronjob. Who will take this? @nihaopaul @mermetbt ? |
The database is currently stored on a virtual machine. The data should be backed up somewhere "else".
The text was updated successfully, but these errors were encountered: