CS2008.5 SP3 Installation notes

CS2008.5 SP3 Installation notes

Community Server 2008.5 Documentation

Rate This

Community Server 2008.5 Service Pack 3 supports upgrading from prior versions of Community Server 2008.5.

Upgrade notes

If you need to upgrade from a version of Community Server prior to 2008.5 SP1, you must first upgrade to Community Server 2008.5 SP1, then upgrade to SP3. The migration tools for CS 2008.5 SP1 are well-proven and stable; this is the smoothest path for you to move to CS 2008.5 SP3.

Upgrade scenarios

The following table describes how to upgrade your current version of Community Server to Community Server 2008.5 SP3.

Community Server Version

Instructions

Community Server 2007 or higher running on SQL Server 2005
  1. Upgrade to Community Server 2008.5 SP1 using the Upgrader tool obtained from Support.
  2. Apply CS 2008.5 SP2.
  3. Apply CS 2008.5 SP3.
Community Server 2008.5 (without SP1) with SQL Server 2005
  1. Apply CS 2008.5 SP1.
  2. Apply CS 2008.5 SP2.
  3. Apply CS 2008.5 SP3
Community Server 2008.5 SP1 with SQL Server 2005
  1. Apply CS 2008.5 SP2.
  2. Apply CS 2008.5 SP3.
Community Server 2008.5 SP2 with SQL Server 2005
  1. Apply CS 2008.5 SP3.

Upgrade instructions

For sites with no customizations:

Note: If desired, before applying the upgrade, use a tool such as BeyondCompare to examine all the differences between your current site's Web folder and the service pack's files.

  1. Back up your Community Server database.
  2. Back up your Web site's files.
  3. Copy the files from the Web folder of the Community Server SP3 distribution into your site's Web folder.
  4. Verify settings in connectionstrings.config file are correct.
  5. Apply the SQL upgrade script in the SQLScripts folder to your site's database.
  6. Reset your site's application pool via iisreset or by "touching" the web.config file.

For sites with customizations:

  1. Use a tool such as BeyondCompare or WinDiff to determine changes between all the files in your site's Web folder and the Web folder of the SP3 distribution. You will need to identify all changes and apply them manually or through a diffpatch.
  2. Back up your Community Server database.
  3. Back up your Web site's files.
  4. Apply the changes from step 1.
  5. Verify settings in connectionstrings.config file are correct.
  6. Apply the SQL upgrade script in the SQLScripts folder to your site's database.
  7. Reset your site's application pool via iisreset or by "touching" the web.config file.

SQL Server 2000 users

At this time, the SQL patches included in SP3 are not compatible with SQL Server 2000. You can apply the binary updates and get the latest bug fixes; however, the performance changes in SP3's SQL scripts have not been ported back to SQL 2000.

If you have upgraded your Community Server installation running on SQL Server 2000 to Community Server 2008.5 SP1, you can apply the binary files over the top of that installation.

Comments
  • ?

  • For part number 6 in the "For sites with customizations:" section, what specific script or scripts are you referring to, and if more than one, what order?

    Here are the names of the scripts listed in the folder:

    cs_ASPNET2_Membership_Schema_Update.sql

    cs_CreateFullDatabase.sql

    cs_UpdateSchemaAndProcedures.sql

    Reset_SearchIndexes.sql

    user.sql

    user_msde.sql

    Thank you.