Skip to content
David Wiseman edited this page Mar 27, 2024 · 7 revisions

This log shipping service is for anyone that wants to setup log shipping in SQL Server. Log shipping is just backup/restore and it's commonly used for disaster recovery purposes and for migrating to a new SQL instance. This tool offers some advantages over native log shipping and it's particularly useful if you have a large number of databases or if you want to restore directly from Azure blob.

πŸ‘‰Get started here

Get up and running with the log shipping service

πŸ“ƒPrerequisites

Things you should have in place before using this tool

πŸ’₯Initialization

Full/Diff backup restore to start your log shipping configuration.

πŸ•’Schedule

Control how frequently logs are restored and new databases are initialized

🧍Standby

Read from your log shipped databases

πŸ”‘Permissions

Permissions required by the service account

πŸ“ˆMonitoring & Troubleshooting

How to monitor & troubleshoot - essential to ensure that everything will be working when you need it to

πŸš€Upgrades

Upgrade to the latest version of this tool

❌Uninstall

Completely remove this log shipping tool

Clone this wiki locally