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. |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
If you have a db dump (by
I did it many times without issue. |
Beta Was this translation helpful? Give feedback.
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.