Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The process you've outlined is more or less the same as that in the documentation, except you're setting up a min site first - which is how I usually do it, too. This should work fine. A couple of points to note:</p> <ul> <li>The version you are copying TO must be exactly the same as that you are copying FROM, including service packs.</li> <li>You should migrate changes to the .config files, especially web.config, by hand; do NOT overwrite the web.config of the new site with that of the old site.</li> <li>Make sure you update some Ektron-specific values, such as the WSPath.</li> <li>Apart from Assets, also copy PrivateAssets, UploadedFiles and UploadedImages.</li> <li>Try to not copy Ektron files that are included in the Min site from the old site to the new. It's best, and fastest, if you can only copy your own files or those you've modified.</li> <li>Once you've copied the site over, make sure to review it as thoroughly as possible to ensure that the copy was a success and that there are no errors resulting from the move.</li> </ul> <p>It's generally best to only copy your own files from one site/server to the next. This is where Source Control (I use SVN) works out best. For example, if you put all your own code files, or those you've modified, into SVN (or similar) you could then set up a Min site on the destination server, backup and restore your DB, then "check out" or export your files from SVN into the root of the site, followed by updating the config files manually.</p> <p>UPDATE: Full disclosure: I work at Ektron; Andrew's post reminded me to add that.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload