You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a deployment of Nextcloud on the Heroku Container platform. Because I'm using the free tier, my container gets spun down after the web dyno goes to sleep and spun back up when a request wakes it up.
My container is configured to use the heroku postgres plugin via the POSTGRES_* ENV variables.
Everything works wonderfully when I first set up the admin user, but once the dyno goes to sleep and I spin up a new instance, the Nextcloud container gets confused and thinks it needs to set up the admin user, even though this has already been done and the information is in the postgres DB.
How can I inform the container that setup is not needed when it wakes up?