Question
How to downgrade SolusVM 2 to the previous version
Answer
- Connect to SolusVM 2 Master node via SSH
- List available SolusVM 2 docker images:
# docker image ls
- Swap SolusVM 2 version between those available on the server:
# /usr/local/solus/bin/installer -revert -help
Usage of revert:
-from string
from which version revert (required)
-to string
to which version revert (required)Example
# /usr/local/solus/bin/installer -revert -from 1.0.9201 -to 1.0.9065
Comments
0 commentsPlease sign in to leave a comment.