DB Clone Inquiry
I'm looking to have a PROD and DEV PostgreSQL DB for our project. Is there a way to easily clone the PROD DB and set it as the DEV DB? Trying to disconnect our dev team from being able to access the PROD DB.
6 Replies
Project ID:
a060dd04-d710-4257-8b48-7fbb1576142a
We also can't add another PostgreSQL DB. When attempting to add another DB for DEV use, it's not an option.
In your case you will want to spin up another env @jared.leddy - however, multiple plugins is coming in.
Then, we'd basically export/import the DB from prod to dev, right? Guessing there isn't a sync method to sync prod to dev as needed.
No not at the moment :’(