Hello!
I'm doing more testing as we move from v7 to v9. I would like to run the migrations to temporary dbs, Register the new repositories, check them out, then delete them and run the migration for real.
This lets us get a handle of any issues and of the time the migration will take.
I have one problem, though. Our volumes are stored on another file server, and listed in the volume on V7 using the UNC path.
This means that once the repository comes up on V9, it is immediately able to access the documents.
What is the best practice in this case? I want to be able to bring up the V9 repo to test, but not with the production volumes.
Thanks in advance...