I am in the process of moving 4 stores to a new Linux server from our old Windows server. I've started with "store1.com".
Per recommendations (Loren thru Guy), I've done a fresh install of store1's version, applied the patches, and I now have a running shell.
I was about to copy over the /data folder when I saw a difference in how the folders were structured. My old stores were set up like this:
----/data
--------store1
------------folders and files
--------store2
------------folders and files
--------store3
------------folders and files
--------store4
------------folders and files
but the initial store1 set up looks like:
----/data
--------folders and files
Am I set up correctly? When I add the other stores, will the build restructure this directory?
Should I have set the Data directory to /data/store1 during install?
Thanks,