I have attached the persistent storage to /app/data in Deis-Lite chart.
When kube-solo gets rebooted I get the message:
FATAL: pre-existing shared memory block (key 5432001, ID 0) is still in use
HINT: If you're sure there are no old server processes still running, remove the shared memory block or just delete the file "postmaster.pid".
Before starting postgres in container there should be check for the /usr/share/postgresql/data/postmaster.pid file and removed if it exists
I have attached the persistent storage to
/app/data
in Deis-Lite chart. Whenkube-solo
gets rebooted I get the message:Before starting postgres in container there should be check for the
/usr/share/postgresql/data/postmaster.pid
file and removed if it exists