Rolling back from a failed version upgrade #10196
|
I’ve searched extensively online for proper documentation on rolling back management servers and hosts after a failed upgrade but couldn’t find anything suitable. Can anyone share a reliable, proven, step-by-step process? Thanks. |
Answered by
weizhouapache
Jan 20, 2025
Replies: 2 comments
|
I don't think it's that easy with database schema updates etc, you might want to explain in more detail what went wrong. |
0 replies
|
If you have a db dump (by
I did it many times without issue. |
0 replies
Answer selected by
DaanHoogland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have a db dump (by
mysqldump -R) of cloud and cloud_usage databases, you just need toI did it many times without issue.