Post by Peter Cooper on May 29th, 2006

Easily dump and transfer data between databases with Rake and Rails

Tobias Lütke needed to migrate a database from one architecture to another but needed to copy the data across intact. To ensure that the format would be architecture agnostic, he's created a plugin that dumps the data to YAML and then reloads it back into the database at the other end. It's a simple rake task, and Tobi gives quick and easy instructions.

Technorati Tags:

[Post to Twitter] Tweet This

Comments are closed.