[solved] [API] Cannot update since version 4.9.1

Checklist
[ x] I have read intro post: About the Installation Issues category
[ x] I have read the tutorials, help and searched for similar issues
[x ] I provide relevant information about my server (component names and versions, etc.)
[ x] I provide a copy of my logs and healthcheck
[x ] I describe the steps I have taken to trouble shoot the problem
[ x] I describe the steps on how to reproduce the issue

Dear community,

I hope you can help me. And I apologize for possibly using the wrong words. I have to use Google Translate.

I use Passbolt via Github installation, i.e. via source. I was able to update to version 4.9.1 without any problems. But now the health check tells me that my version is up to date. However, I think that an update should have been displayed since version 4.9.3 at the latest.

Can any of you help me?


I use Apache as a web server.

My steps for an update:

  • cd /passbolt_dir
  • sudo git checkout HEAD .
  • sudo git pull origin master
  • sudo php -d allow_url_fopen=on /usr/bin/composer install --no-dev -n -o
  • sudo -H -u www-data bash -c “./bin/cake passbolt migrate --backup”
  • sudo -H -u www-data bash -c “./bin/cake cache clear_all”
which git
/usr/bin/git

which composer
/usr/bin/composer

composer --version
Composer version 2.5.5 2023-03-21 11:50:05

This is currently the latest one for the API. Sometimes the Browser extension is a little bit in front / have more releases, but you’re ok.

1 Like

Wow @remy, thanks for the quick response. I’m just surprised by version 4.9.3. It states that it is also an API update.

Yeah it’s a mistake.

1 Like

Okay. Thank you very much. I’m relieved. :slight_smile: I wish you all the best.

1 Like