how to update NZBtoMEDIA?

Status
Not open for further replies.

Dwight Turner

Explorer
Joined
Oct 13, 2014
Messages
76
getting this in the post processing log

Code:
[15:54:02] [INFO]::MAIN: Loading config from [/usr/local/share/nzbToMedia/autoProcessMedia.cfg]
[15:54:02] [INFO]::MAIN: Checking database structure...
[15:54:02] [INFO]::MAIN: Checking if git needs an update
[15:54:03] [INFO]::MAIN: There is a newer version available  (you're 30 commits behind)
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
getting this in the post processing log

Code:
[15:54:02] [INFO]::MAIN: Loading config from [/usr/local/share/nzbToMedia/autoProcessMedia.cfg]
[15:54:02] [INFO]::MAIN: Checking database structure...
[15:54:02] [INFO]::MAIN: Checking if git needs an update
[15:54:03] [INFO]::MAIN: There is a newer version available  (you're 30 commits behind)
Code:
cd /usr/local/share/nzbToMedia
git pull


Assuming you followed the steps in by blog you'd also need to set ownership
Code:
chown -R media:media /usr/local/share/nzbToMedia


####

Also you can set nzbToMedia to update itself, but just be ready for things break if the config changes
 

Dwight Turner

Explorer
Joined
Oct 13, 2014
Messages
76
thanks that worked !
 
Status
Not open for further replies.
Top