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

Popular posts from this blog

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -