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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -