Can you have multiple Log Shipping instances for the same database.

  • At the moment the backup from our logshipping is created on a local drive and, using dropbox, populates the two servers where we have our secondary databases.

    I now want to stop using Dropbox and create the backup transaction files directly on the servers.

    From what I can see, Sqlserver will only allow one logshipping instance for a database when I will need two as there will be two separate backups which is not allowed.

    Does anybody know a way that I can create two instances of the logshipping?

  • Log shipping is simply backup, copy, restore. You can have multiple secondaries, you just have multiple copy and restore jobs:

    Log Shipping Overview

    "The log can be shipped to multiple secondary server instances. In such cases, operations 2 and 3 are duplicated for each secondary server instance."

  • For you current set up, you can back up the logs to a shared network drive or local. Replace the dropbox with a windows job to transfer files to secondary nodes. If you have SQL Server log shipping set up, all this should happen automatically.

  • You only want/need to do one backup you just need too do two restores. So backup DB logs to network share and have the two other servers both restore from that one file.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply