You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Yes, when trying to configure new log shipping databases, can't configure the option to reseed automatically upon failure.
I hard coded the value I wanted in my local server, but should be available to all users
$body.Add('makeupReseedLimit',1)
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
Create another parameter to prompt the user to set this option
A clear and concise description of what you want to happen.
Describe alternatives you've considered
None, its pretty simple
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Quick look at this and just wanted to make a note before I forget - 6.0 and above will be required to use the v2 endpoint in order to have this option available.
Is your feature request related to a problem? Please describe.
Yes, when trying to configure new log shipping databases, can't configure the option to reseed automatically upon failure.
I hard coded the value I wanted in my local server, but should be available to all users
$body.Add('makeupReseedLimit',1)
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
Create another parameter to prompt the user to set this option
A clear and concise description of what you want to happen.
Describe alternatives you've considered
None, its pretty simple
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: