I'm starting with a Firebird 5 Quick Start Guide, and while doing that,
I was looking at the Firebird 3 release notes, specifically, the steps
to upgrade the security database (see [1]).
It seems to me that step 5 is wrong. The upgrade script creates the new
users with `CREATE USER`, so they would end up in the normal security
database (security3.fdb), not in the "old" security database
(security2db.fdb). So, security3.fdb should not be deleted and replaced
with the "upgraded database".
I'll fix this, but I'm curious how we didn't pick up on this, and I
can't recall people complained about this...
Mark
[1]:
https://www.firebirdsql.org/file/documentation/release_notes/html/en/3_0/rlsnotes30.html#rnfb30-compat-upgrade-secdb
--
Mark Rotteveel