Closed g-nardiello closed 1 year ago
Enabling RESTORE_LATEST flag it restores the oldest backup on my testing environment, manually built from master branch.
RESTORE_LATEST
To fix that I added a sort on the selection of script to be restored, properly checked, so I'm sure file will be restored is correct.
sort
Enabling
RESTORE_LATEST
flag it restores the oldest backup on my testing environment, manually built from master branch.To fix that I added a
sort
on the selection of script to be restored, properly checked, so I'm sure file will be restored is correct.