How to stop plexserver from within container #117
-
|
To perform maintenance on the Plex database, I must stop the plexserver, yet I am unable to do this. I began with various attempts after entering the running container with
Note: all commands run at container root. How may I do this? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 7 replies
-
|
You could just run them directly on the host while the container is stopped. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks. I was hoping to use the DBRepair script. Otherwise, I'm unsure how I would deflate the database, as it requires use of I'm sure my ignorance is blinding me to see how to pull this off. |
Beta Was this translation helpful? Give feedback.
-
|
You need to give us more context here. Is the container running properly? Please post a container log and show us your compose yaml or docker run. Also it would be helpful to provide a |
Beta Was this translation helpful? Give feedback.
-
|
Compose: log: ps -ef (prior to s6-svc comand) ps -ef (prior to s6-svc comand) |
Beta Was this translation helpful? Give feedback.
-
|
Done. Removed: Ran DBRepair script. When complete, restored compose file with advanced security features. |
Beta Was this translation helpful? Give feedback.
Then redeploy the container in the same way our compose shows in the readme. This is a third party script, which they have tested against a default install of our container. If it's not working on you're specific setup which is different to what we show in the readme or you're over complicated setup, it's on you to diagnose.