Reef-pi version 2 to 3 Alpha

  • Thread starter Thread starter JT26
  • Start date Start date
  • Tagged users None

JT26

Community Member
View Badges
Joined
Jun 24, 2019
Messages
51
Reaction score
42
Rating - 0%
0   0   0
I'm currently running:
  1. pi3 b+
  2. Raspian Lite
  3. Reef-pi Version2

Anyone know the proper step to get it upgrade to version 3 alpha?
 
I got reef-pi version 2.4 running. How do you upgrade to version 3 alpha?

Is there a command to uninstall
Or
Just install reef-pi ver 3 on top?
 
Use this for a pi 3
sudo apt-get remove -y --purge reef-pi
wget -c https://github.com/reef-pi/reef-pi/...pre-alpha-2/reef-pi-3.0.0-pre-alpha-2-pi3.deb
sudo dpkg -i reef-pi-3.0.0-pre-alpha-2-pi3.deb
sudo systemctl stop reef-pi.service
sudo rm -rf /var/lib/reef-pi/reef-pi.db
sudo systemctl start reef-pi.service

All data and settings will be removed so screenshot them.

Link was shortened you will need to click on it then copy then paste command
 
Thank you, It's running
Version: 3.0.0-pre-alpha-2 now


Now I need to find out how to add the temperature probe setting
 
Last edited:
Use this for a pi 3
sudo apt-get remove -y --purge reef-pi
wget -c https://github.com/reef-pi/reef-pi/...pre-alpha-2/reef-pi-3.0.0-pre-alpha-2-pi3.deb
sudo dpkg -i reef-pi-3.0.0-pre-alpha-2-pi3.deb
sudo systemctl stop reef-pi.service
sudo rm -rf /var/lib/reef-pi/reef-pi.db
sudo systemctl start reef-pi.service

All data and settings will be removed so screenshot them.

Link was shortened you will need to click on it then copy then paste command
This is spot on. I’m just simplifying it a bit here by removing the not needed bits, for posterity
Code:
sudo apt-get remove -y --purge reef-pi
sudo rm -rf /var/lib/reef-pi/reef-pi.db
wget -c [URL='https://github.com/reef-pi/reef-pi/releases/download/3.0.0-pre-alpha-2/reef-pi-3.0.0-pre-alpha-2-pi3.deb']https://github.com/reef-pi/reef-pi/...pre-alpha-2/reef-pi-3.0.0-pre-alpha-2-pi3.deb[/URL]
sudo dpkg -i reef-pi-3.0.0-pre-alpha-2-pi3.deb
[code/]
 

IF YOU HAD TO TAKE A REEFING EXAM, WOULD YOU PASS?

  • Yes!

    Votes: 32 45.7%
  • Not yet, but I have one that I want to buy in mind!

    Votes: 9 12.9%
  • No.

    Votes: 26 37.1%
  • Other (please explain).

    Votes: 3 4.3%
Back
Top