How to upgrade from Plex Media Server to Plexpass version in iocage?

Ruff.Hi

Patron
Joined
Apr 21, 2015
Messages
271
One thing that I have done is move my plex meta data outside the jail. The guide I used for this is found ...


Another guide that I always use for installing or upgrading plex is found ...


I am thinking of moving from plex to plexpass and have similar concerns to those mentioned above. I think my external to jail meta data will assist the process. I will cycle back and post something on this.
 

mongo94

Cadet
Joined
Mar 2, 2018
Messages
8
I need help Im at:

Move the zipped file to a place you can access later and change file permissions:
mv plexbackupdata.tar /tmp/plexbackupdata.tar
chmod 750 /tmp/plexbackupdata.tar

and I do the first line and get. no such file or directory.
 
Last edited:

bibib

Cadet
Joined
Jun 28, 2019
Messages
3
I need help Im at:

Move the zipped file to a place you can access later and change file permissions:
mv plexbackupdata.tar /tmp/plexbackupdata.tar
chmod 750 /tmp/plexbackupdata.tar

and I do the first line and get. no such file or directory.

There's several typos in the guide when it's referring to the backup file.

wherever it refers to the file you created use plexbackup.tar.gz as this is the file created when you ran:
Code:
tar -czvf plexbackup.tar.gz Plex\ Media\ Server
 
Top