Is it ok to connect test and dev domains in production environment?

Hi!

We have a customer with a lot of different domains. Would it be ok to connect test domain and dev domain on all channels in production environment (although they are not used there)? Or would this somehow have a negative impact on Litium, regarding indexing or caching etc?

It would make it a lot easier for us when restoring a new test-db or dev-db from production-db, not having to add all domains manually every time.

Litium version: 7.8.3

Regarding things to do after restoring a new test-database.

For projects with alot of those settings to be done after a restore, I have written a panel for Backoffice with a button to do all the changes programmatically after a new db-restore from production. The button is only shown if the URL of backoffice includes the word “test”, so it cannot accidentally be done in production, and of course has a confirmation-popup :wink:

I don’t know that it should be any negative for the performance to add all the domains, if you find out that’s the case, please report a bug on docs.

Also there is other settings that need to be changed after the restore, example all the apps that is connected need to be reconnected to the new apps in the current environment.