Reverting back from 6.12.4 to 6.11.5


wayner
Go to solution Solved by Mainfrezzer,

Recommended Posts

The release notes state:
 

Quote

If you revert back from 6.12 to 6.11.5 or earlier, you have to force update all your Docker containers and start them manually after downgrading. This is necessary because of the underlying change to cgroup v2 starting with 6.12.0-rc1.

What does it mean by "underlying chage to cgroup v2"?

 

What happens if you don't/can't do a force update to all of your Docker containers?  What are the ramifications?  I have one Docker that I don't want to update to a newer version, can I "force update" it back to the same prior version?  And I may have a docker that is no longer available.

Link to comment
1 hour ago, wayner said:

 

 

What happens if you don't/can't do a force update to all of your Docker containers?  What are the ramifications? 

You cant start that docker container
 

1 hour ago, wayner said:

I have one Docker that I don't want to update to a newer version, can I "force update" it back to the same prior version?  And I may have a docker that is no longer available.

Use the tag for the specific version of the container (i.e Author/Dockerimage:V1.23)

If that docker image does not exist on the repository anymore, you still have it locally, which will be used unless you delete it OR if you wanna be super save, push it to your own repository as backup.


All you ultimately need to do is a dummy change in the edit fuction, like add a 1 to a random line and delete it, then hit apply and youre done.

Edited by Mainfrezzer
Link to comment
1 hour ago, Mainfrezzer said:

All you ultimately need to do is a dummy change in the edit fuction, like add a 1 to a random line and delete it, then hit apply and youre done.

By this you mean that I don't have to actually do a force update?  I just have to have it recreate the docker due to a slight change in a parameter?   So I could add a new variable called "dummy" with the value "dummy" and I would be good?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.