Is it possible to backup the databases from the secondary replica? #366
Unanswered
andyschweizer
asked this question in
Questions & Answers
Replies: 2 comments
-
SQL Server only allows you to run full backups on the primary replica, you can do a copy only on secondaries. refer to the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have some information about this, in the Frequently Asked Questions. "How should I configure DatabaseBackup to back up an Availability Group?" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We want to backup the databases in our Alwas On Availability Group from the secondary replica.
We want to reduce the network traffic on the primary server.
Is it possible to change the default settings?
Thank You!
Beta Was this translation helpful? Give feedback.
All reactions