#Switch between production and test datasource - Multiple Environments

1 messages · Page 1 of 1 (latest)

weak niche
#

When I modify an app that is already in production I would like to use a test database rather than the active production db for testing. I have switched the datasource for each (about 20) query individually. Is there a way to make this switch for the entire application (and some status to make test-status visual)? If not, wouldn't it be a significant improvement?

royal wagonBOT
#

This is on our radar, and the workaround, for now, is to create a new app from
your git repo in a new workspace. This allows you to have an app in staging all
the time available for testing and not connected to prod.

weak niche
royal wagonBOT