Is it possible to duplicate the database to a development or acceptance database? Or do i need to do that by code?
TL;DR
To duplicate a database for testing, developers can use the CLI to get the JSON representation of the database/collection/attributes and deploy a staging/dev/qa/uat environment. This can't be done in the console.
Kenny
2 Jul, 2024, 14:24
There isn't a way of doing this in the console, you can use the CLI to get the json representation of your database/collection/attributes and use that to deploy a staging/dev/qa/uat environment