We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f40f0e commit 40717c9Copy full SHA for 40717c9
1 file changed
src/AgDatabaseMove.cs
@@ -82,7 +82,6 @@ public decimal Move(decimal? lastLsn = null)
82
83
if(_options.Finalize) {
84
_options.Destination.JoinAg();
85
- _options.Destination.RenameLogicalFileName(_options.FileRelocator);
86
}
87
88
return backupList.Max(bl => bl.LastLsn);
0 commit comments