Return to doc.sitecore.com

Valid for Sitecore 6.x
45.  Sitecore CMS 6.0.1 rev.090212 (also known as Service Release 1)
Prev Next

This is an old CMS 6.0.1 update.

This is a product Update. Sitecore recommends upgrading to this release when the fixes included in this release meets specific needs of your organization. If this release does not include specific fixes that your organization requires, you may benefit by waiting until Sitecore releases a Service Pack for this series before upgrading. This is especially true in production environments. To learn more about Sitecore’s versioning system, see the Sitecore Versioning Policy page.

Choose the appropriate link to download Sitecore CMS 6 Service Release-1 (as a complete site):

  • Download the Sitecore web application installer  (112 Mb, .exe file)
    Choose this link to download the setup.exe installation program (everything you need to get started).
     
  • Download a ZIP of the file above  (112 Mb .zip file)
    Choose this link to download the setup.exe installation program if your network blocks the download of exe files.
     
  • Download the optional Sitecore remote database installer  (18.6 Mb .exe file)
    Choose this link to download the Sitecore databases (appropriate when installing databases on a separate server).
     
  • Download a ZIP of the file above  (18.6 Mb .zip file)
    Choose this link to download the Sitecore databases if your network blocks the download of exe files.
     
  • Download a ZIP archive of the Sitecore CMS site root  (123 Mb, ZIP archive) 
    Choose this link to install Sitecore manually (without the help of the setup.exe installation program)
  

 

 

45.1.  How to Upgrade an Installation

To upgrade a previous Sitecore CMS 6 version to this release:  

To install the update on the existing Sitecore CMS 6.0.0 installation, follow the instructions below: 

  1. Backup the site. 
  2. Install the update package using the Installation Wizard available via the Sitecore desktop link Sitecore » Development Tools » Installation Wizard. Choose "Overwrite" every time when prompted.
    Note: Installing of the package may take long time.
  3. If you are upgrading from version earlier than Sitecore 6.0.0 Update rev. 081222, remove the rest.html file from the /webroot/sitecore/ folder.
  4. Update the web.config file. See the web.config changes page for details.
  5. Add the following line to /App_Config/FieldTypes.config:
    <fieldType name="TreelistEx" type="Sitecore.Data.Fields.MultilistField,Sitecore.Kernel" />
  6. If you are using SQL databases run the following script for your master database:
    CREATE NONCLUSTERED INDEX [ndxBlobId] ON [dbo].[Blobs]
    (
        [BlobId] ASC
    )
    WITH (SORT_IN_TEMPDB = OFF, DROP_EXISTING = OFF, IGNORE_DUP_KEY = OFF, ONLINE = OFF) ON [PRIMARY]

    It will add index to the Blobs table and thus improve the performance when working with media stored in database. Such index already exists for both the ‘web’ and the ‘core’ databases, so you do not need to run the script on them.
  7. Unzip and run SitecoreCounters.exe script. 
  8. Delete Website/App_Config/Include/CheckIgnoreFlag.config if it exists.
  9. Clear your browser's cache. For instance, in Internet Explorer this is done via the menu Tools » Internet Options » Browsing History » Delete » Delete Temporary Internet Files.

Prev Next