Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all articles
Browse latest Browse all 7696

Migrate SQL Server 2005 Cluster to 2014

$
0
0

I'm planning a migration and could use some feedback on the best approach. Here's what we have currently:

  • Windows Server 2008 R2 Enterprise configured in a 2-node fail-over cluster
  • SQL Server 2005 Enterprise clustered

This is where we need to go using the existing cluster:

  • Windows Server 2008 R2 Enterprise configured in a 2-node cluster (same as above)
  • SQL Server 2014 Standard clustered

Restrictions/complications that I'm aware of:

  1. Upgrading from Enterprise to a Standard edition instance is not permitted and I wouldn't allow an in-place upgrade in production anyway.
  2. SQL Server 2005 is a default instance and I also want 2014 to be the default instance.
  3. I want to maintain the same virtual cluster name and IP address.
  4. We don't have any servers available to add additional nodes to the cluster.
  5. Shared SAN storage is limited so I'm hoping to reuse the same shared volumes.

Given these restrictions, I'm thinking about the following general approach:

  1. Stop SQL Server Agent and restart the instance in single-user mode.
  2. Create multiple redundant backups of all databases.
  3. Detach all user databases.
  4. Shut down and uninstall SQL Server 2005 Enterprise on both nodes.
  5. Install SQL Server 2014 Standard cluster
  6. Attach/upgrade SQL Server user databases from 2005 to 2014.

Any comments on this approach or additional things to consider?



Viewing all articles
Browse latest Browse all 7696

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>