-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clear transient data is failing #784
Comments
Hi @jsia9 👋 Deploying the latest version directly on top of an old release from November 2020 is tricky; there have been too many major changes that have happened in the last 13 months. You might need to try deploying incremental updates in smaller steps. I made some notes here on milestones, starting from around December 2020:
You'll need to provision/deploy with the |
thanks @Matt-Yorkley 👍🏾 I ll try that |
ok so it either tells me that ruby 2.4.4 is required but it does not install it. interestingly version 2.4.4 is not available by default. 2.4.1 et 2.5-dev
Maybe because it is not available. versions that I can get are |
Description
hi, I am trying to upgrade the instance for a demo. I do this to keep the server up to date even though we do not have any active customers. The server was offline the most half of the year and the last upgrade was Nov 2020. So I ran the site.yml and it failed at the deploy.yml with an error that seems common but without any known fix. Maybe because in my case, the instance does not have any orders and therefore the DB instance doest not have any rows to migrate. But here is the error. commenting out the sections as I heard does not work because it will fail at the following step.
I commented
- name: clear transient data
- name: migrate database
and it resulted in thisExpected Behavior
Actual Behaviour
This is what happened when running it normally. it seems to be related to the
goodmigration
gem that was added but I am not sure.Steps to Reproduce
Setup an instance in 3.xx version , and run the site.yml.
Severity
bug-s2: a non-critical feature is broken, no workaround
the server has been off for over 2 months while trying to fix the issue.
https://github.com/openfoodfoundation/openfoodnetwork/wiki/Bug-severity
-->
Your Environment
Ubuntu 18.04.6 LTS (GNU/Linux 5.4.0-1064-azure x86_64)
on azure
The text was updated successfully, but these errors were encountered: