Heroku Deployment Need to create a new admin user

Hey everyone, after successfully deploying my Strapi project on Heroku, I have to recreate an admin user every time I deploy an update. Does anyone have the same issue and know how to fix this?

Thanks for reading <a:catJAM:760551794975178822>

This topic has been created from a Discord post (1258073719759175830) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

:wave: hey <@262147768397725696>! Sounds like Strapi is not using the Postgres database on Heroku but it’s using the local SQlite DB, so it’s being deleted on every deployment. If you followed this guide below, can you double check the steps related to the database and that you have NODE_ENV=production set in your heroku config? Heroku | Strapi Documentation