What is the easiest way to upgrade from 3.2 to 3.4

What is the easiest way to upgrade from 3.2 to 3.4? I have tried option 2 in the configuration tool, but it is not upgrading OpenHab version.
Thank you

openhabian-config menu entry 02 should do the upgrade.
What do you see ( especially during the last step ) if you login to the system and do

  • sudo bash
  • apt update
  • apt-get -s upgrade

What is the output of

dpkg -l |grep openhab

Multiple errors in update.

[12:54:03] root@openhab8:/home/openhabian# apt update
Get:1 http://davesteele.github.io/comitup/repo comitup InRelease [4,659 B]
Hit:2 Index of /node_12.x/ buster InRelease
Hit:3 Index of /raspbian buster InRelease
Ign:4 https://dl.bintray.com/openhab/apt-repo2 stable InRelease
Hit:5 Index of /debian buster InRelease
Err:6 https://dl.bintray.com/openhab/apt-repo2 stable Release
404 Not Found [IP: 52.2.163.176 443]
Err:1 http://davesteele.github.io/comitup/repo comitup InRelease
The following signatures couldnā€™t be verified because the public key is not available: NO_PUBKEY 0959C4A3DCF89FBF
Reading package listsā€¦ Done
E: The repository ā€˜https://dl.bintray.com/openhab/apt-repo2 stable Releaseā€™ no longer has a Release file.
N: Updating from such a repository canā€™t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://davesteele.github.io/comitup/repo comitup InRelease: The following signatures couldnā€™t be verified because the public key is not available: NO_PUBKEY 0959C4A3DCF89FBF

[12:55:35] root@openhab8:/home/openhabian# apt-get -s upgrade
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.

[12:57:35] root@openhab8:/home/openhabian# dpkg -l |grep openhab
ii openhab 3.2.0-1 all openhab
ii openhab-addons 3.2.0-1 all openhab-addons

Your repo entry in /etc/apt/sources.list.d points to dl.bintray.com this is outdated.
It needs to point to

deb https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable main

What version of openhabian do you use ? openhabian-config should have taken care of updating the repo link.

I am using 3.2 and I updated it last week. I tried updating it yesterday and noticed it did not go to 3.4

3.2 is the openHAB version. openhabian version is being shown when you run openhabian-config.
It should be shown in the header of the menu and in the about menu entry.
The version looks like: {2022-12-18T22:39:53+01:00}(2633096)

openHAB3]{2021-09-02T22:55:03+02:00}(3cdb213)

This must be what you meant that needs changed.

openhabian@openhab8:/etc/apt/sources.list.d $ cat openhab.list
deb https://dl.bintray.com/openhab/apt-repo2 stable main

I made the update and that seems to be working. It is pulling down the 3.4 updates. Looks like I will need to make that change on all 4 of my servers. Thank you

1 Like

I am up and running on 3.4 and everything in showing working fine. Thank you

1 Like

You openhabian config version is not up to date.

So when I go into the tool and say continue, this pops up.
image
What option do I pick if i just want to stay on the OH version I am using, but let the tool update? This has always confused me.

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.