Reef-pi version 2 to 3 Alpha

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?
 

crusso1993

7500 Club Member
View Badges
Joined
Oct 21, 2018
Messages
8,671
Reaction score
44,649
Location
SW, FL, USA
Rating - 0%
0   0   0
OP
OP
J

JT26

Community Member
View Badges
Joined
Jun 24, 2019
Messages
51
Reaction score
42
Rating - 0%
0   0   0
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?
 

AquaRaider44

#Reef4Life
View Badges
Joined
Apr 19, 2019
Messages
526
Reaction score
822
Location
Brevard County
Rating - 0%
0   0   0
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
 
OP
OP
J

JT26

Community Member
View Badges
Joined
Jun 24, 2019
Messages
51
Reaction score
42
Rating - 0%
0   0   0
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:

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0
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/]
 

Ranjib

7500 Club Member
View Badges
Joined
Apr 16, 2016
Messages
9,843
Reaction score
17,058
Location
Pleasant Hill, Concord
Rating - 0%
0   0   0

Good trouble: Have mushrooms ever become pests in your aquarium?

  • Mushrooms would never be pests even if they kept replicating.

    Votes: 4 14.3%
  • Mushrooms have not become a pest for me.

    Votes: 11 39.3%
  • Mushroom have become overgrown, but not to the point of becoming pests.

    Votes: 5 17.9%
  • Mushrooms have become pests in my aquarium.

    Votes: 8 28.6%
  • Other.

    Votes: 0 0.0%
Back
Top