Simple question… because I was having issues installing Nextcloud AIO, I installed it several times. I have a passphrase but clearly forgot to update it on my last install so it’s wrong.
Is there any way to update that password given that I haven’t got one right now? I’m trying to do a backup before updating the installation.
Unfortunately, I did try that at the time and it’s “docker” (that line) that appears to be the issue however I have now managed to install that command (apt install docker.io). My container is not, apparently, called “nextcloud-aio-mastercontainer” so I need to figure out what it is… I believe the video I was initially working from mentioned how to find that so…
EDIT: Well that’s odd.
Apparently the command to list containers is “docker ps” which I ran and all I got was:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
Just the headers, no containers at all.
To me that suggests two possibilities, first that I’m in the wrong place (unlikely since the command is responding), second that my Ubuntu distro (which was installed AFTER Nextcloud AIO) somehow can’t see my docker installation.