redhat-developer / s2i-aspnet-musicstore-ex

OpenShift .NET Core quickstart application
https://github.com/aspnet/MusicStore
Other
8 stars 24 forks source link

error that says the data in the pgsql PV is dirty #14

Open alberttwong opened 5 years ago

alberttwong commented 5 years ago

I also sometimes get an error that says the data in the pgsql PV is dirty. They ask to delete the files in /var/lib/pgsql/data/userdata. So what I did was "oc debug postgresql-3-2j7gr" and then deleted the data in /var/lib/pgsql/data/userdata and redeployed everything.

alberttwong commented 5 years ago

Maybe we need a clean script.