Correct procedure for upgrading? #17567
ziggekatten
started this conversation in
General
Replies: 1 comment
-
Some feedback. My issues was that the docker build was using an new Postgres version of Alchemy driver, that in the end did not work. So, ensuring older version makes upgrade simple:
And all is fine and dandy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Need some guidance.
We have decided to run with the 'latest' in docker, not waiting for specific releases. However, for the first time I'm about to do an upgrade, with an epic fail as an result. (good backups are an saver).
Situation:
Our original pull from docker 'latest' dates to 2021-11-04, and now I did an pull on todays 'latest'
I expected that when my superset container comes up, all I have to do is a 'superset db upgrade' and Bob is your uncle (who came up with this Bob thing by the way?).
Result was that any data source with a date would give an error ' date.delta >= .......' something.
Now, as I rarely read manuals, I just to check with the community how you do stuff running at 'latest' continiously?
Beta Was this translation helpful? Give feedback.
All reactions