If you’re on an older version than 4.6 please follow previous upgrade guides and perform those upgrades incrementally
This guide covers upgrading a 4.6 Spree application to Spree 4.7.
bundle update
bin/rake spree:install:migrations && bin/rails db:migrate
bin/rails g spree:frontend:install
Was this page helpful?