Multiple Databases?

Is it not possible to have separate production and dev databases in Replit that you can view at the same time in the Database UI? Trying to set myself up for success in my deployments with environment variables and separate databases.

I had the same issue. Had to speak with support, they told me I have to setup a separate production Repl in order to have a production database and push the code via Git. The nice thing with that approach is that the data is cleanly segregated, but, as you mentioned, the UI isn’t as smooth.

2 Likes

Ohhh then do you use git for code push between environments/ repls?? Thank you!

Yes. I guess the first push is technically a clone but that’s the idea!

The Replit team is currently hosting a beta for about another week - jump in, try it out, and share your thoughts to help make it great: Best Practice for Managing Dev and Production Environments in a Live Game - #11 by kody-replit