-
-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Description
Backed up and restored from 1.5 > 2 > 2.5 >3.0 > 4 (SuperServer)
Following the upgrade instructions in the misc/upgrade folder:
_In firebird 2.5 backup security database:
gbak -user sysdba -pas masterkey -b {host/path}security2.fdb security.fbk
In firebird 3 restore copy of 2.5 security database:
gbak -user sysdba -pas masterkey -c security.fbk {host/path}security2.5
And run users upgrade sql script:
isql -user sysdba -pas masterkey -i security_database.sql {host/path}security2.5_
There are no PLG$USERS or PLG$SRP tables created when restoring from 2.5 to 3.0. There is only the RDB$USERS table.
Metadata
Metadata
Assignees
Labels
No labels