Yesterday I noticed that the database pane had changed and it says ‘Development Database’ at the top. But there are no other options. This has live data in it used by real users when the app has been deployed. So what does this mean? Is it not actually production data? And if there is a ‘Development Database’ where is the ‘Production Database’? Can someone explain the significance of this label and why the sudden change?
This is a new feature Replit is rolling out. It is a UI change at this time but from what I’ve heard they are working on migrating existing apps to have both Dev/Prod DBs soon: Replit Docs
Ok, that does make sense. Always feel a bit nervous when the agent starts pushing changes to the database when it has live data in it. I try to remember to export the table first, or make the table changes myself.