kellyfelkins / backup.rake

Rake task for migrating data between databases via yaml (originally from Tobias Lütke)

This URL has Read+Write access

backup.rake / README.markdown
100644 8 lines (5 sloc) 0.421 kb

backup.rake

This rake task was copied from Tobias Lütke's blog. His article Easy migration between Databases describes how to migrate data from database to another via rake, ActiveRecord, and yaml.

Unfortunately, the rake task needed a small update and comments to the blog entry are closed.