Unable to update self hosted solution

I have a mostly hands off self hosted bitwarden instance running. I typically get notifications once a month or so stating that my instance is not available and that usually means it went down for an update. Thats no issue.

I recently noticed i haven’t received those alerts for two months. I am currently behind on updates. Running the script to perform an update i noticed the following error

bitwarden.sh version 2024.11.0
Docker version 24.0.7, build 24.0.7-0ubuntu2~22.04.1
docker: 'compose' is not a docker command.
See 'docker --help'
pathconf: Permission denied

This instance is managed by me only and remains untouched. Ubuntu package updates are handled automatically. The bitwarden update script is a cron job. Just strange why this is happening all of a sudden.

Any assistance would be greatly appreciated.

Hi,

for the error docker: 'compose' is not a docker command. you need to install the docker-compose-plugin:

The solution i found was to modify scripts/run.sh ever so slightly.

I just put a hypen here. Super duper strange that i even had to do that.

elif command -v docker-compose &> /dev/null; then
    dccmd='docker-compose'

Not sure why i even should install the docker-compose-plugin as this was all working before.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.