Hi,
we have an old WEM env which we want to be a duplicate of the current env we have.
We have patched the old WEM env to match the current env, but we now need to transfer the database and static files across.
We are thinking of just taking a dump of the current database and then loading it into the old env, and also zipping up the entire static files dir (file_source and perhaps others) from the current env, and unzipping on the old server.
Will this work? We believe it should be ok as the static files would match those identified in the database, but not sure if we are missing something.
thanks
Cris