borpin
(Brian Orpin)
10
That message does not look right.
Here is my log message…
------------------------------------------
Updating /var/www/emoncms/Modules/app module
------------------------------------------
- git branch: stable
- git tags: 2.1.1
- no local changes
- running: git pull origin stable
Fetching origin
Already on 'stable'
Your branch is up to date with 'origin/stable'.
Already up to date.
Looks like at some point you have ended up tracking the wrong branch.
Need to SSH in
Is the file system read only? you can tell by the command prompt. Need to switch to RW ( rpi-rw and rpi-ro commands to switch)
cd /var/www/emoncms/Modules/app
git fetch --all
git checkout stable
git pull
In all honesty, an old base image needs replacing with a Buster based image.
It is pretty painless to switch and import all your data.
1 Like