1						
						
					MySQL Conference Liveblogging: Disaster Is Inevitable – Are You Prepared? (Tuesday 4:25PM)
Posted by Artem Russakovskii on April 15th, 2008 in Databases 
											
- Suicide
 
- having no backups
 - depending on slaves for backup
 - keeping backups on same SAN
 - having a single DBA – Frank didn't like this one at all
 - not keeping binlogs
 
- how much time?
 - uncompressed backup ready to mount?
 - separate network for recovery?
 
- first problem: backup was highly compressed (tar.gz)
 - uncompressing took hours
 - so keep uncompressed backups (at least last N days)
 - it should be mountable, rather than transferable
 
