MisesWiki:Backups
From Mises Wiki, the global repository of classical-liberal thought
In order to prevent catastrophic loss of data, maintaining offsite backups of Mises Wiki is a sound idea. As of 2009, the server used RAID 1, which mirrors all content on another hard drive; while this provides a backup in case one hard drive fails, it does not protect against accidental and malicious deletions. As of 2009, a backup of the Mises database with confidential data stripped out was available here, at least to those whose IP addresses had been added to the whitelist:[1] Backups are also made at least as often as MediaWiki is upgraded. The database backups are kept as sql files in /home/web/wiki_backup
.
- data.mises.org
- Username: miseshelp
- Password: miseshelp1
The command that developers use to create a backup is:
mysqldump -u [db username] --password=[db password] [db name] > /home/web/wiki_backup/mises_wiki_backup_yyyymmdd.sql
References
- ↑ Veksler, David (31 October 2009). "Database information". http://mises.org/community/wikis/ideas/database-information/revision/5.aspx.