Log shippng confguration not impact on routing log backup

Ashwan 536 Reputation points
2020-11-01T01:10:11.783+00:00

Hi I have SQL server 2014 STD version and need to configure Log shipping read only access for live reporting . database is on FULL recovery and already confure daily full backup and hourly log backup from 3rd party software. I understand when we do a Log backup through 3rd party , how we configure then log form Log shipping which will fail to recovery. how do we confgure log shipping and we cann't stop log backup for 3rd party software which run for other database as well . what is the best practice to confgure both independely with out impacting eath other .

Log shipping: business is required to behing the production 15 min.

Any advice please.

thanks

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Shashank Singh 6,251 Reputation points
    2020-11-01T03:53:13.247+00:00

    how do we confgure log shipping and we cann't stop log backup for 3rd party software which run for other database as well . what is the best practice to confgure both independely with out impacting eath other .

    In this scenario where some TP tool is already taking transaction log backup, you may configure Los Shipping for sake of doing it but the restore jobs will start failing as log backups taken by TP tool cannot be applied on secondary database, since log backups have to be restored such that log chain is not broken. So in end you would not have successful LS configuration. Unfortunately there is no workaround.

    You can create manual LS using scripts and use copy_only full backup and copy_only log backup but that would not make much sense.

    You can ask backup team to take cop_only log backups, can they do that ?. If so then you have no issues configuring transaction log shipping on the database.,

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.