I’m running passbolt 3.2.1 on Ubunter server 20.02.3
My healthcheck says “This installation is not up to date. Currently using 3.2.1 and it should be v3.4.0.”
But when I run Sudo apt update, it says all packages are up to date.
Repository is https://download.passbolt.com/ce/ubuntu focal InRelease
Hi @dustbro
sudo apt update
is for refreshing the available packages list with Ubuntu or Debian. It is not like RPM distros where packages will be upgraded.
To upgrade your packages, you have to perform now sudo apt upgrade
Best,
Thanks for the reply!
sudo apt upgrade gives me:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I think if the package lists don’t update, the server will have nothing to upgrade.
Hi,
Can you give me the full output of sudo apt update
? Here is mine:
$ sudo apt update
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:5 https://download.passbolt.com/ce/ubuntu focal InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
103 packages can be upgraded. Run 'apt list --upgradable' to see them.
And full output of apt-cache policy passbolt-ce-server
? Here is mine:
$ apt-cache policy passbolt-ce-server
passbolt-ce-server:
Installed: 3.4.0-2
Candidate: 3.4.0-2
Version table:
*** 3.4.0-2 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
100 /var/lib/dpkg/status
3.4.0 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
3.3.1-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
3.3.0-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
3.2.1-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
3.2.0-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
3.1.0-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
3.0.2-2 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
3.0.2-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
3.0.1-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
500 https://download.passbolt.com/ce/ubuntu focal/stable i386 Packages
Thanks !
sudo apt update:
Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu focal-security InRelease
Hit:5 https://download.passbolt.com/ce/ubuntu focal InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
apt-cache policy passbolt-ce-server
passbolt-ce-server:
Installed: (none)
Candidate: 3.4.0-2
Version table:
3.4.0-2 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
3.4.0 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
3.3.1-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
3.3.0-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
3.2.1-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
3.2.0-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
3.1.0-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
3.0.2-2 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
3.0.2-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
3.0.1-1 500
500 https://download.passbolt.com/ce/ubuntu focal/stable amd64 Packages
According to your apt-cache policy output, it seems passbolt is not installed with our package.
I guess you installed it from sources. Do you have something in /var/www/passbolt folder ?
If yes, maybe you should follow this documentation: Passbolt Help | Update passbolt source install
If you want to migrate from a “from-source install” to a “from-package install”, you can follow this guide: Passbolt Help | Migrate passbolt CE from install scripts to Ubuntu package
Thanks so much! You are correct. I installed from source.
I performed the migration to package from your link. It took about 15 minutes and worked flawlessly. Almost too easy.
Thanks again!
Great don’t hesitate if you have further questions