Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to update Plex container but keep all settings #29

Closed
jimbotel opened this issue Sep 8, 2020 · 3 comments
Closed

How to update Plex container but keep all settings #29

jimbotel opened this issue Sep 8, 2020 · 3 comments
Assignees
Labels

Comments

@jimbotel
Copy link

jimbotel commented Sep 8, 2020

Hi @jaymoulin ,

This is a question. I'd like to know how to upgrade plex version. Do I need to rm / run a new container based on the latest image?
If that is the case, is there any way to keep all my plex settings/libraries/shares ?
Thanks,
Jaime-

@jaymoulin jaymoulin self-assigned this Sep 8, 2020
@jaymoulin
Copy link
Owner

Thank you for your support <3

You can update by pulling the newest image (docker pull jaymoulin/plex) and recreating your container using this latest image. All Plex data are stored in the /root/Library folder inside your container. If you mounted a volume to this path, you'll not lose anything (cf. https://github.com/jaymoulin/docker-plex#installation Important note).

If you forgot to mount this volume, you can commit your actual container to create a new one with a mounted volument (cf. https://stackoverflow.com/questions/28302178/how-can-i-add-a-volume-to-an-existing-docker-container) in order to save your /root/Library to the mounted value. When everything is OK you should be able to recreate a container following https://github.com/jaymoulin/docker-plex#installation guidelines

@jimbotel
Copy link
Author

jimbotel commented Sep 8, 2020

Hi @jaymoulin . Thanks a lot for the prompt response, it's all clear!
I did not mounted a volume for /root/Library so I'll follow the second procedure.
Regards,
Jaime-

@jimbotel jimbotel closed this as completed Sep 8, 2020
@jaymoulin
Copy link
Owner

Closed issues remains closed for 7 days. If you still encounter issue for this procedure, you can reopen it. If you confirm everything is OK or don't act until 7 days, I'll lock this issue to avoid other people to interact without any context.

Repository owner locked as resolved and limited conversation to collaborators Sep 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants