Prerequisites for Migrating from Log Shipping to AlwaysOn Availability Groups (SQL Server)
This topic describes the prerequisites for converting a log shipping primary database along with one or more of its secondary databases to an AlwaysOn primary database and secondary database(s).
Note
You can configure any primary or secondary database (possibly readable) in an availability group as a log shipping primary database.
In This Topic:
Availability Group Prerequisites
Log Shipping Prerequisites
Related Tasks
Related Content
Availability Group Prerequisites
To allow backup jobs to run on the primary replica of the availability group, use the following AlwaysOn Availability Groups backup settings:
Property |
Setting |
---|---|
Automated backup preference of availability group |
Only on the primary replica |
Backup priority of the primary replica. |
>0 |
For more information:
View Availability Group Properties (SQL Server)
Configure Backup on Availability Replicas (SQL Server)
Log Shipping Prerequisites
The log shipping primary database must reside on the instance of SQL Server that hosts the initial/current primary replica of the availability group.
For a given log shipping secondary database to be converted to an AlwaysOn secondary database, it must:
Use the same name as the primary database.
Reside on a server instance that hosts a secondary replica for the availability group.
Once the backup job has run on the primary database, disable the backup job, and once the restore job has run on a given secondary database, disable the restore job.
After you have created all the secondary databases for the availability group, if you want to perform backups on secondary replicas, you need to re-configure the automated backup preference of the availability group.
For more information:
Converting a logshipping configuration to Availability Group (a SQL Server blog)
Related Tasks
Log shipping
AlwaysOn Availability Groups
Use the New Availability Group Wizard (SQL Server Management Studio)
Use the New Availability Group Dialog Box (SQL Server Management Studio)
Join a Secondary Database to an Availability Group (SQL Server)
Related Content
**Blogs: **
Converting a logshipping configuration to Availability Group
Add a Log Shipping Primary Database and Secondary Database(s) to an Existing Availability Group
SQL Server AlwaysOn Team Blogs: The official SQL Server AlwaysOn Team Blog
**Whitepapers: **
See Also
Concepts
About Log Shipping (SQL Server)