We have created a backup job for SQL Server, to generate Full + Incremental backup and transaction log backups, and configured GFS for all the database backups (physical servers with GFS policies as well).
In the environment there are three SQL Servers as part of an Always On Availability Group cluster.
The backup of the DB run and then finishes OK.
The Transaction Logs portion, says that all the 44 DB has been skipped.
What could be the posible causes that makes the transaction logs not been backed up?
On the documentation I've found that to became subject to log backups there are some conditions:
- Databases in the Always On Availability Groups for this node were successfully backed up for the last two processing intervals.
The backups has been executed for the last 10 days, and no transaction logs has been backed up.
Does the backups and transaction logs has to be run on the primary SQL Server?