ruby on rails - Archiving Data in Different Application -
how can make archive system of app separate app , database?
app1 app 2 (archive system, same app different database) passing database give more space app1. app2 viewing.
this answer has suggestions: rails, how migrate data development sqlite3 database production mysql database?
rake db:schema:dump / db:schema:load allow re-use current schema, , yamldb gem discussed in above link should migrate data.
Comments
Post a Comment