Hi, I have three servers, let's call it A, B, and C. I have one database and i'll name that as "DB".
Server A and B is in failover cluster and DB is in Availability Group (BASIC).
Now I want to send transaction log shipping from A to C, but I get this message.
"The backup operation on database 'DB' was skipped because it is part of an availability group and not its preferred backup replica."
It won't send transaction logs to server C and log shipping transaction does not work.
Is there any way to solve my transaction log problem?
Thank you so much.