Problem when updating podman from 4.4.1 to 4.4.4 on windows 11 #18010
Unanswered
angelotrivelli
asked this question in
Q&A
Replies: 2 comments
-
see #17983 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Doing a "podman machine rm" and then "podman machine init" fixed the problem. I was just confused about what a podman update would actually do. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A while ago I had installed podman version 4.4.1 on my windows 11 PC. It worked fine.
Today, however, I noticed that podman 4.4.4 is the current version. I went to the github releases page and downloaded and ran the msi for version 4.4.4.
That seemed to be OK. I rebooted the whole machine and then launched powershell...
OK, good, I did indeed update to 4.4.4. And just checking my wsl vm's, podman-machine-default is
stopped
, as expected after a reboot:At this point, I figured, maybe I need to init the machine? It won't hurt, right?
Well I did have 4.4.1 running before. So yeah, I suppose the VM does already exist and perhaps the msi installer merely updated it? So now I start the machine:
... so far so good, that looks normal.
But now when I go into the podman-machine-default's shell and check the version:
That's not good!
I get version 4.4.4 when I run
podman --version
in powershell and version 4.4.1 when I runpodman --version
on the podman-machine-default VM.Perhaps "it works", but it makes me super uncomfortable. There doesn't seem to be info on updating podman in the installation instructions. Did I miss something? Do have to totally uninstall podman and then re-install?
Beta Was this translation helpful? Give feedback.
All reactions