RPi-Monitor icon indicating copy to clipboard operation
RPi-Monitor copied to clipboard

Updating to from v2.12 to v2.13-beta7

Open 4k3or3et opened this issue 4 years ago • 3 comments

Hi guys

it has been a long time since last update on master branch. I guess the project is dead now so i would like to update my RPi Monitor from v2.12 to v2.13-beta7.

Anybody could point me please how can i do that? Is it even possible?

4k3or3et avatar Apr 21 '20 09:04 4k3or3et

Anyone?

4k3or3et avatar Apr 26 '20 08:04 4k3or3et

Please help guys...

4k3or3et avatar May 08 '20 19:05 4k3or3et

Hi,

2.13-beta7 doesn't exists but 2.13-beta6 exists.

Regarding the official documentation, you just need to do download and install the new debian package. I think that it's the same with a beta release.

Note that I do not test the below steps.

  1. Stop RPi-Monitor

sudo systemctl stop rpimonitor

  1. Copy the configuration or backup on another device (the 2nd is better)
mkdir /home/rpimonitor-2.12r0.bak
cp -a --parents /usr/share/rpimonitor /home/rpimonitor-2.12r0.bak
cp -a --parents /var/lib/rpimonitor /home/rpimonitor-2.12r0.bak
cp -a --parents /etc/rpimonitor /home/rpimonitor-2.12r0.bak
  1. Download and install the latest dev release
wget https://github.com/XavierBerger/RPi-Monitor-deb/raw/develop/packages/rpimonitor_latest.deb
sudo dpkg -i rpimonitor_latest.deb
  1. Start RPi-Monitor sudo systemctl start rpimonitor
  2. Check your version rpimonitord -V
  3. Test that nothing was broken during the upgrade
  4. If everything is okay, comment the lines in /etc/apt/sources.list.d/rpimonitor.list to avoid future APT conflicts with your manually upgrade version.

Leepic avatar May 09 '20 23:05 Leepic