db:migrate:upgrade_plugin_migrations Loop.
Added by Danila Nikolaev almost 15 years ago
Hello.
A have used Bitnami Redmine 0.8.4 with some plugins. Then i desided to upgrade it to 0.9.3. There was a lot of problems doing it and i haved to install Redmine on a fresh Debian lenny system (apache + passenger + mysql, everything from official debian repositories). The previous database was successfully migrated with mysqldump. Everything works fine, but i need some plugins to install (ezFaq).
When i run:
rake db:migrate:upgrade_plugin_migrations RAILS_ENV=production
i've got an infinity loop of this messages:
Inseting new version 1 for plugin redmine_issues_group.. [skiped] Inseting new version 4785461 for plugin redmine_issues_group.. [skiped]
After 2 hours i have breaked it with ctrl+c.
How can i migrate my plugins to 0.9.3?
Replies (1)
RE: db:migrate:upgrade_plugin_migrations Loop. - Added by Danila Nikolaev almost 15 years ago
My system:
Debian 5.0
Ruby 1.8.7
Rails 2.3.5
MySQL 5.0.51a
Apache2 with passenger