Just installed 1.0.3 two days ago, 1.0.4 was released, and the multiplication project has not started yet. Please upgrade quickly. Upgrade process
1. Set environment variables:
Rails_env = productionexport rails_env
2. Get the latestCode:
CD redmine-2.3/plugins/redmine_backlogs
Git fetch -- tags origingit tag
3. checkkout to the latest tag v1.0.4
Git checkout v1.0.4
4. Return to the redmine-2.3 directory and run the installation command:
Bundle exec rake redmine: backlogs: install2.3.2.stable. 12037. you are running backlogs v1.0.4, latest Version is 1.0.4 ======================================== ====================== redmine backlogs installer =============================== ================================== installing to the production environment. fetching card labels from http://git.gnome.org...done! Story and task trackers are now set. migrating the database... ** invoke redmine: plugins: migrate (first_time) ** invoke environment (first_time) ** execute environment ** execute redmine: plugins: migrate ** invoke DB: Schema: dump (first_time) ** invoke environment ** invoke DB: load_config (first_time) ** execute DB: load_config ** execute DB: Schema: Dump ** invoke redmine: backlogs: fix_positions (first_time) ** in Voke environment (first_time) ** execute environment ** execute redmine: backlogs: fix_positionsdone!
5. Restart redmine. Upgrade successful.