Could anyone tried, upgrade 5.1.0 from 4.2.10?
Added by Terence Lien 12 months ago
as title,
I'm warried about upgrade fail,
my redmine also has installed some plugins,
could anyone can help?
if possible, please provide upgrade steps.
Thanks very much.
Redmine plugins: custom_field_sql 2.6 custom_users_as_assignees 0.0.4 dashboard 1.0.11 external_links_in_new_window 0.9 redmine_closed_date 0.1.1 redmine_custom_workflows 2.0.9 redmine_dmsf 3.0.5 redmine_hearts 3.0.0 redmine_impersonate 2.0.0 redmine_issue_templates 1.1.0 redmine_issues_panel 0.0.5 redmine_issues_tree 0.0.15 redmine_knowledgebase 4.1.1 redmine_logs 0.3.0 redmine_mentions 0.0.1 redmine_mermaid_macro 1.0.1 redmine_message_customize 0.1.5 redmine_searchable_selectbox 0.1.10 redmine_status_report 1.0.0 redmine_theme_changer 0.6.0 redmine_wysiwyg_editor 0.27.0 redmine_xlsx_format_issue_exporter 0.1.7 that_email_log 0.0.4
Replies (1)
RE: Could anyone tried, upgrade 5.1.0 from 4.2.10? - Added by Lorenzo Meneghetti 12 months ago
You have to:
1. build a fresh test installation of redmine 5.1 (do not migrate your data, you have only to test the code is working as expected)
2. check updates for all your plugins
3. test all of your plugins with your new fresh installation to see if they are working with redmine 5.1 (play many days with test data...)
4. now, assuming it's all ok with the environment you can migrate a copy of your DB into the fresh installation
5. perform rake tasks that migrate the DB (both vanilla redmine and plugin migrations)
6. if no errors occur and data are available you can be confident that all will work
7. fell free to plan the day for migration of your redmine instance
Regards