Hi everyone,
I have 2 environments, 1 production env and 1 sandbox env(full copy of production).
The sandbox is used to create some new web pages or make some tests for unreleased functions.
If everything works, I will copy the entity data and webpage setting from sandbox into production env.
I knew that it's possible to copy entity through solution, but it's hard to use, each time there will be an error, said that "some dependencies are missing".
And web page settings can't be included, either.
Someone also recommended "Migration Tool", which seems can only include entity and often faced issues during import.
Aside from the 2 methods, any other simple ways to copy entity data and webpage settings?