Skip to main content
Before proceeding to upgrade, please ensure you’re at Spree 5.0

Upgrade steps

bundle update
bin/rake spree:install:migrations && bin/rails db:migrate
Spree 5.1 introduces a new better way of managing admin user accounts. To ensure your existing admin user accounts are migrated to the new system, run the following command:
bin/rake db:migrate_admin_users_to_role_users
I