× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

Re: Sabnzbd upgrade

StrawDragon
Aspirant

Sabnzbd upgrade

How do people who paid for Sabnzbd upgrade when they have paid for it and the newer version requires you to pay again???!?!?

There is no automatic update within the program. It only points you to the source and dmg files for a mac.
Message 1 of 6
tiranor
Aspirant

Re: Sabnzbd upgrade

WhoCares explained it.

His work is the same with each version, so instead of making people pay a "huge" fee and then offering the updates, he chose to make people pay a "small" fee for each version. You are then free to update, or to keep you current version (i still use the 0.6.9 i bought, i'll buy a newer version when i'll see one interesting enough : new functionnality, critical bug corrected, etc.)
Message 2 of 6
StrawDragon
Aspirant

Re: Sabnzbd upgrade

Lame...

Thanks! I wouldn't buy from him again. Not for this reason, but for others.

Appreciate it.
Message 3 of 6
Amien
Aspirant

Re: Sabnzbd upgrade

how do i upgrade with keeping my old settings? i have a new bin file and only see a 'remove button' not an update button
Message 4 of 6
TeknoJnky
Hero

Re: Sabnzbd upgrade

just install it normally through the update firmware/addon link
Message 5 of 6
MattyShack
Tutor

Re: Sabnzbd upgrade

Sabnzbd updates are released from their main website free of charge. Since you have alread paid for the the ReadyNAS Extra package, you can do a manual upgrade by following these directions:


### The following lines will setup and move
### most of SABnzbd's Core files into /c/.sabnzbd
### This will make future upgrades easier

### Part 1: Move Core Files and setup System Links
mv /usr/share/sabnzbdplus/* /c/.sabnzbd/
rm -rf /usr/share/sabnzbdplus/
ln -snf /c/.sabnzbd /usr/share/sabnzbdplus
ln -s /c/.sabnzbd/interfaces /usr/bin/interfaces

## Setup Download Path
# All downloaded files will be stored in the media share
# Download Path = /c/media/complete [Movies | Music | TV]
# You will need to change sabnzb config settings

## This is my download directory structure
## Please adjust to match your system
cd /c/.sabnzbd
rm -rf /c/.sabnzbd/Downloads
ln -s /c/media Downloads
mkdir Downloads/complete
mkdir Downloads/complete/Movies
mkdir Downloads/complete/Music
mkdir Downloads/complete/TV
mkdir Downloads/incomplete
mkdir Downloads/incomplete/watch
ln -s Downloads downloads

## Link SickBeard Scripts to SABnzbd
ln -s /c/.sickbeard/autoProcessTV scripts
ln -s scripts script

## Setup user ROOT links
cd /root
rm -rf .sabnzbd
ln -s /c/.sabnzbd ./.sabnzbd
rm -rf email
ln -s /c/.sabnzbd/email ./email
rm -rf scripts
ln -s /c/.sabnzbd/scripts ./scripts
rm =rf Downloads
ln -s /c/.sabnzbd/Downloads ./Downloads

## Edit Defaults File ~ change owner to 'root'
nano /etc/default/sabnzbdplus

# Install Sabnzbdplus into the System so that it auto-starts during boot
# Not needed, just put here to show how it's done
sudo update-rc.d sabnzbdplus defaults


### Part 2: Update (New) SABnzbd from main web site
### while keeping your current settings by copying the old settings over to the new
### installation. Start by moving the new SABnzbd Directory into place as /c/.sabnzbd-bak

### Download Latest verion of SABnzbdPlus
# Location: http://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/

## Verson 0.7.2 was the latest at the time
mkdir /root/software
cd /root/software
wget http://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/0.7.2/SABnzbd-0.7.2-src.tar.gz/download
mv download SABnzbd-0.7.2-src.tar.gz
tar -zxvf SABnzbd-0.7.2-src.tar.gz
mv SABnzbd-0.7.2 /c/.sabnzbd-bak

# Save critical files
cd /c/
cp -rf ./.sabnzbd/logs ./.sabnzbd-bak
cp -rf ./.sabnzbd/admin ./.sabnzbd-bak
cp -rf ./.sabnzbd/backup ./.sabnzbd-bak
cp -f ./.sabnzbd/sabnzbd.ini ./.sabnzbd-bak
cp -f ./.sabnzbd/sabnzbd.ini.bak ./.sabnzbd-bak
cp -f ./.sabnzbd/sabnzbd.conf ./.sabnzbd-bak
cp -f ./.sabnzbd/sabnzbd.conf.bak ./.sabnzbd-bak

# Setup Links
cd /c/.sabnzbd-bak
ln -s /c/media Downloads
ln -s Downloads downloads
ln -s /c/.sickbeard/autoProcessTV scripts
ln -s scripts script

rm -rf .sabnzbd
mv ./.sabnzbd-bak/ ./.sabnzbd
###########################################
###########################################

## Starting / Stopping Sabnzbd
# start Sabnzbd
cd /etc/init.d/
./sabnzbdplus start

# Stop Sabnzbd
cd /etc/init.d/
./sabnzbdplus stop
Message 6 of 6
Discussion stats
  • 5 replies
  • 4919 views
  • 0 kudos
  • 5 in conversation
Announcements