Hi all,
I'm trying to migrate the latest edition only from one store to another.
It turns out this CLT is a trickier beast than most:
I've mounted the old store on /iw-store-transfer/default as /iwmnt/old
I got absolutely nowhere for a while, using:
iwmigrate -x -x -x -s -m /iwmnt/old -o /iw-store/default -b /default/main
I took this to mean that I was passing these parameters:
-x -x -x = triple verbosity (according to the doco, which, as we'll see shortly...you know where I'm headed....;-)
-s = latest edition plus changes (thanks ghoti, tho this now causes an error saying you must use -d or -e)
-m = mount point to find the source content to migrate (now causes an error saying -m is deprecated)
-o = destination store (mustn't be a mount, since passing no -m means there can only be one store mounted)
-b = the source branch I wish to migrate
So, the errors are inline there and the command changed to this before I gave up
iwmigrate -x -x -x -s -o /iw-store/default -b /iwmnt/old/main -d -s -w
This command ran and said "Error locating edition /iwmnt/old/main/EDITION/-w"
So, does this mean we need to provide edition numbers now? Ghoti? ;-)
Ah well, we'll try -e instead tomorrow, or actually specify numbers, and post the results.
If anyone would be so kind as to confirm or correct the rest of what I posted here, I'd really appreciate it.
Cheers!