So maybe you have a backup solution in place and running periodically to make sure your databases are safe. At any point in time if the system fails, you’re prepared. But what if, right before a backup, an unruly visitor finds an expolit on your application and wipes out a few tables? Your “backup” is then no longer a backup you can rely on. How do we fix this? Versioning.
Read more »Versioned MySQL Backups with Bazaar
http://feeds.feedburner.com –
- Login to post comments
Using Git as a versioned data store in Python
http://www.newartisans.com –
"Git has sometimes been described as a versioning file-system which happens to support the underlying notions of version control. And while most people do simply use Git as a version control system, it remains true that it can be used for other tasks as well.
Read more »