On 4/8/2019 10:06 AM, Shawn Heisey wrote:
* Make sure you have a copy of the source index directory. * Do not copy the tlog directory from the source. * Create the collection in the target cloud. * Shut down the target cloud completely. * Delete all the index directories in the cloud. * Copy the source index directory to one of the cloud nodes. * Start that cloud node up. Make sure it is all working. * Start up the other nodes.
At the "delete all the index directories in the cloud" step, I should have written "delete the contents of all data directories for the collection in the cloud" ... everything in data should be deleted, not just the index directory. Don't want it replaying transaction logs when Solr starts!
Thanks, Shawn