Subject Re: About security DB backup
Author Jorge Andres Brugger
Solved:
"c:\Program Files\Firebird\Firebird_2_5\bin\gbak.exe" -v -t -user sysdba -password masterkey -service localhost:service_mgr "c:\Program Files\Firebird\Firebird_2_5\security2.fdb" c:\security2.fbk

2017-05-24 12:52 GMT-03:00 Jorge Andres Brugger <jorge.brugger@...>:
https://www.firebirdsql.org/ file/documentation/release_ notes/html/en/3_0/rnfb30- compat-upgrade-secdb.html says:

Under the Firebird 2.5 server, back up the security database. Here, use the SYSDBA password for the v.2.5 installation:
  gbak -user sysdba -pas masterkey -b {host/path}security2.fdb security2.fbk
but gbak output is:

gbak: ERROR:no permission for direct access to security database security2.fdb
gbak:Exiting before completion due to errors

The howto should be fixed.

Could you please tell me how to backup the 2.5 Security DB?
Thanks!