Can I replicate my testing config into production?
There's no automated way to clone a testing environment into production.
There's no automated way to clone a testing environment into production.
Configure your sources and destinations manually in the production environment.
User connections also cannot be migrated between environments, because each connection's auth tokens are tied to the environment they were created in. Users must complete the authentication flow again directly against production.
Recommended pattern: test in the testing environment, and have production users authenticate against production.
Last updated
Was this helpful?