-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
port-layer: support in memory data migration for container configuration #3610
Comments
In this case, Portlayer need to support backward compatibility after VCH is updated. |
move back to high cause this need to be done in next sprint |
Upon talking more with @emlin it looks like we must check for migration when the container cache is synced and when new handles are created. Additionally we must abandon configs that have actual changes during the commit phase. Which means that on older versioned containers we will probably only support |
As a user, I want to upgrade VCH to a newer version, and leave existing container in old version. If I need newer version's container, I will recreate new container, which should be in newer version. So that I get similar workflow with vanilla docker.
The text was updated successfully, but these errors were encountered: