Copy instance from production to dev
We like to sync dev with production before we start an upgrade or project work on the instance in dev. We do not want to copy the datastore as it is large. How can we do it.
We like to sync dev with production before we start an upgrade or project work on the instance in dev. We do not want to copy the datastore as it is large. How can we do it.
In DEV environments you typically have test data to cover various usecases, but not necessarily all data of PROD.
So what you can do is to identify data on production, which is suitable for testing and just copy that using package manager. But ignore all the parts (the large amount of data) which does not bring value for testing.
Jörg
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.