iOS 17 beta not showing any passwords

Hello,

thanks for all your responses!

I use the same app version and for the server i run a docker container with latest-ce.

Tried the following already:

docker-compose -f docker-compose-ce.yaml down
docker-compose -f docker-compose-ce.yaml up -d

How can i check which server version is active? And for the health check i wasnt able to run it the only cake i found was at /var/lib/docker/overlay2//342…/merged/usr//php/passbolt/bin/cake, but i wasn’t able to use it.

Had to open the bash first then i was able to execute the healthcheck.

[FAIL] This installation is not up to date. Currently using 4.4.0 and it should be 4.8.0.

I thought when i use latest-ce it should load the newest version after the docker-compose?

Hello @Kanonenfutter, you have to download the image again as the first time you ran docker-compose it downloaded it and now it uses that old image.
To update it just do a docker pull with the image name

2 Likes

Thank you very much it works fine now!

2 Likes