If Postgres restarts the shim detects and recovers from this according to the logs, however Plex doesn’t work correctly until it is restarted.
I am running Plex as a standalone docker container using the Dockerfile.standalone in this repo. It is connected to a Postgres container via tcp. When Postgres restarts I only have the “to watch” option available, all libraries show a “something went wrong error”
The only way to bring the libraries back is to restart Plex. I am unable to use the socket to connect so I haven’t tested whether this recovers correctly.
If Postgres restarts the shim detects and recovers from this according to the logs, however Plex doesn’t work correctly until it is restarted.
I am running Plex as a standalone docker container using the
Dockerfile.standalonein this repo. It is connected to a Postgres container via tcp. When Postgres restarts I only have the “to watch” option available, all libraries show a “something went wrong error”The only way to bring the libraries back is to restart Plex. I am unable to use the socket to connect so I haven’t tested whether this recovers correctly.