FB 5 Migrationguide
FB 5 Migrationguide
3
Introduction
Introduction
This article is intended primarily for those who plan to upgrade the Firebird DBMS to version 5.0 in
the near future. Many administrators still use Firebird 2.5, but plan to upgrade to version 5.0. That
is why the process of migration from Firebird versions 2.5, 3.0 and 4.0 is described here.
4
Chapter 1. Manual installation of Firebird 5.0 in Windows
Download the archive of the corresponding bitness and unpack it to the directory where the
Firebird server will be located.
Next, you need to create the SYSDBA user. For administrators who are migrating from Firebird 3.0 or
4.0, this operation is not new. In Firebird 2.5 and earlier, after installation, the SYSDBA user always
existed and had the default password masterke, which had to be changed immediately.
Note
Depending on the location of Firebird, these utilities may require running with
administrator privileges.
Run the tool for executing interactive queries isql.exe. Connect to the security database in
embedded server mode, specifying the user SYSDBA without a password. The user SYSDBA does not
exist in the security database yet, but in embedded mode the user and his password are not
checked, and Firebird trusts any specified user name. Execute the SQL query to create the user
SYSDBA:
The user SYSDBA is initialized, you can exit the interactive mode.