I have for now reverted to 3.2 – if anyone could g...
# support
k
I have for now reverted to 3.2 – if anyone could get back to me, it would be very much appreciated as would like to make use of 3.3
k
Hey Kurtis, did you run the new migrations?
k
It doesn’t seem to have any migrations
k
did you run
bin/rails railties:install:migrations
after the upgrade?
k
I didn’t, I only saw a message for running update
that has added them
Thanks a lot
Copy code
remote:        -------------------------------------------------------------
remote:                        Thank you for using Solidus
remote:        -------------------------------------------------------------
remote:        If this is a fresh install, don't forget to run the Solidus
remote:        installer with the following command:
remote:        
remote:        $ bin/rails g solidus:install
remote:        
remote:        If you are updating Solidus from an older version, please run
remote:        the following commands to complete the update:
remote:        
remote:        $ bin/rails g solidus:update
remote:        
remote:        Please, don't forget to look at the CHANGELOG to see what has changed and
remote:        whether you need to perform other tasks.
remote:        
remote:        <https://github.com/solidusio/solidus/blob/master/CHANGELOG.md>
remote:        
remote:        Please report any issues at:
remote:        - <https://github.com/solidusio/solidus/issues>
remote:        - <http://slack.solidus.io/>
remote:        -------------------------------------------------------------
remote:        Bundle completed (4.55s)
Might wanna pop something in here about running the migrations task
Thanks again 🙂 all working
k
that’s a good point, I was sure it was already part of
bin/rails g solidus:update
k
💪🏻
When I ran the above, it only ran the new_solidus_framework.rb fle
k
cc @waiting_for_dev do you recall if there’s a reason why we didn’t add that?
w
@kennyadsl, the
solidus:update
task was created as part of versioned preferences work. We didn’t consider other stuff like migrations. We should definitely add that step at least in the docs
🙌 1
k
@Kurtis I opened https://github.com/solidusio/solidus/pull/4957 so that next time we will be covered. Thanks for reporting.
🙌 1
k
Nps keep up the good work all