Hi there,
we use two databases - one qa-database for quality testing/new features and one stable prod-db that is used by the production dashboard.
Once quality and new features are implemented and tested, we want to copy the qa-db to the prod-db.
What is the right way to do it?
Hello Thomas,
the recent Stardog release 11.1.0 introduced an option for renaming databases to support
your case of blue-green deployment. Please have a look here:
- Managing Databases | Stardog Documentation Latest
- db rename | Stardog Documentation Latest
This way you do not need to move the data while maintaining the API contract (prod DB name used by the dashboard).
Best regards
Jaro