Log Shipping Problem
js_0505
Posts: 8
When I try to set up log shipping for a 10+gig db it fails when the logshipping backup occures. I go through all of the steps as smaller db's do not have issues at all. Once the backup is created it seems to skip the first log ship file. It takes about 4 minutes to back up and I set the timing to log ship every 5 minutes. Could the timing be the issue or the size of the db?
Comments
Unfortunately I need further information before I can accurately provide a solution to your problem.
The log shipping setup is simply the following steps:
1. Full Seed Backup of the source or primary server / database.
2. The Full Seed Backup is copied to a network share.
3. Full Restore of the Seed Backup created in step 1 from the network share to the target or secondary server / database.
4. Log Backup job created on the source server.
5. Log Restore job created on the target server.
The Log backups are taken on the source server/database and copied to the network share. The Restore log job restores the log files from the network share to the target database.
At what point in the above steps is the log shipping setup failing?
Also what error is generated?
What version of SQL Backup are you using?
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com
I suspect that you were performing transaction log backups of the source database prior to implementating log shipping.
If my suspicions are correct, can you please restore to the target database, the last transaction log backup file created before the Log Shipping Seed Backup was taken.
Many Thanks
Eddie
Senior Product Support Engineer
Redgate Software Ltd
Email: support@red-gate.com