Migrating from an earlier RubyTime 3.0 build
How do I migrate an existing rubytime 3.0 installation (pulled end of december 2008 from github) to the current version at github. The database schema seems to have changed (note I'm a ruby/git noob)? db:automigrate seems to destroy all db contents.
Let me add, we 're working with the Master branch (the 3.0 branch hasn't seen any updates since December 2008)
Let me add, we 're working with the Master branch (the 3.0 branch hasn't seen any updates since December 2008)
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?My brain was switched off last friday, what worked for me now:
1. backup database
2. do the automatic db:automigrate rake option
3. import old database
I’m happy
-
Inappropriate?You should use rake db:autoupgrade (instead of automigrate) which will update
your db schema adding newly added properties. And as I remember there wasn't any change in config files etc so that's the only thing to do when updating.
Loading Profile...


