FirebirdSQL / firebird

Firebird server, client and tools
https://firebirdsql.org
1.26k stars 217 forks source link

nbackup -fixup shoud not work with opened database #8226

Open basid-irk opened 3 months ago

basid-irk commented 3 months ago

nbackup -fixup work only with database FILE, but this (destructive) option should not applied to opened DB. For rare situation may add -force option to use with -fixup.

pavel-zotov commented 3 months ago

IMO, -f[ixup] must be prohibited at all if DB file is opened. Admin must think again and close all attachments before this action.