FirebirdSQL / firebird

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

Restore service must rely on crypt plugin name instead of key holder name #7947

Open aafemt opened 10 months ago

aafemt commented 10 months ago

Currently database is restored as encrypted only if both crypt plugin name and key holder name are provided in command line or service parameters. Providing crypt plugin name should be enough because key holder may be configured globally in firebird.conf, for particular database in databases.conf or not needed for the crypt plugin at all.

AlexPeshkoff commented 10 months ago

Should same logic be applied to backup of encrypted database?

aafemt commented 10 months ago

Backup part is described in #7943.