-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update doesnt work anymore #207
Comments
For that you can either just ignore is or in the docker-compose.override.yml remove the version 3.0 at the top. Also if your bitwarden doesn't start up I found that downgrading bitwarden by setting the version to 2024.8.0 in both BitBetter's build.sh file and your bitwarden.sh file. Then pull both and start bitwarden and it should work. It seems there might be a bug in 2024.8.1 where SSO and Admin are not able to connect to the mssql container. And then finnaly update the Dockerfile as follows
|
Hi Aidan, |
After I had changed the versions to 2024.8.0 I ran the build for BitBetter and then started up bitwarden in my installation folder so that it would pull the older version. For the bitwarden.sh file I only changed the server to 2024.8.0 and left the other two version as they were as they worked. |
So i will set COREVERSION to 2024.8.0 in the bitwarden.sh file, BW_VERSION to 2024.8.0 in the build.sh file, then run the build script, start bitwarden and finally update the docker file while bitwarden is running? |
That should work, I would make a backup of your bitwarden installation folder just as an incase but it should work as that is what I did and that had worked for me. |
Starting bitwarden after setting the variables and executing the build script, produces the following output: | |__ () |__ ____ _ _ __ | | ___ _ __ Open source password management solutions =================================================== WARNING: This script is running as the root user! Pulling api (bitbetter/api:2024.1.0)... Continue with the new image? [yN] |
Probably fixed with pull request #213 |
Hi GieltjE, |
@domi-cloud I have just myself done a update and it does work. What I did was redownload the github repo just by doing a git clone and then run the ./build.sh to build the two bitbetter container images. Once that was done I ran the ./update-bitwarden.sh and just let that run like normal and then it worked. I have yet to test creating new license keys however I can assume that they still work as my features that require the license keys did not get disabled. |
It looks like once you update your bitbetter image for me I had to go and regenerate the license key's for my organizations as well as users who were not in a organization. Your best bet is to look pull request #215 as I did a small change to the dockerfile so that you can actually build the image. |
Hello,
can someone help me here please?
I'm getting this error-message when I am executing the update script:
ERROR: Version mismatch: file /opt/bitwarden/bwdata/docker/docker-compose.yml specifies version 1 but extension file /opt/bitwarden/bwdata/docker/docker-compose.override.yml uses version 3.0
The text was updated successfully, but these errors were encountered: