Hello,
Is there a way to download an older version of Passbolt CE?
I’m currently running version 4.8.0 on Rocky Linux 8 on a VM. I need to test the new v4.9.0 version on a new test server. I’d like to install v4.8.0 first on the test server, then perform the upgrade to v4.9.0 and then test everything works as expected.
Is it possible to download the rpm for Passbolt CE version 4.8.0? If yes, can you please tell me how?
Thank you very much!!
Hi @skystar
You can follow the passbolt setup instructions then instead of install the latest version, you can install the 4.8.0 like this:
dnf install passbolt-ce-server-4.8.0-2.noarch
If you wanna see all available versions:
dnf search --showduplicates passbolt-ce-server
Cheers,
1 Like
Thanks @AnatomicJC I really appreciate the help and the quick response!
1 Like
You’re welcome!