> > I have tried dumping the db down on my vm and then reloading on the new > server > > $ mysql -u root -p bitnami_tracks < tracks_backup.sql > > but when I restart Tracks I can't log in - my username/password fails (they > are the same on both the VM and native install). >
This could mean that you did not copy the salt value from /path/to/tracks/config/site.yml to your native install > I have tried updating my database: > > $ bundle exec rake db:migrate RAILS_ENV=production > > but all I get is the following error: > > rake aborted! > You have already activated rake 0.9.2.2, but your Gemfile requires rake 0.8.7. > Using bundle exec may solve this. > Try running bundle exec rake db:migate RAILS_ENV=production bundle will select the right gems to use Reinier _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
