We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In firebird 4.0, I configure firebird.conf to support both engine12 and engine13 plugins:
firebird.conf
engine12
engine13
Providers = Remote,Engine13,Engine12,Loopback
The firebird service may access both Firebird 3.0 and 4.0 database.
Next, I try to nbackup a Firebird 4.0 employee database and it works:
fbsvcmgr service_mgr action_nbak dbname c:\4.0\employee.fdb nbk_file r:\fb40.nb0 nbk_level 0
Finally, I try to use nbackup a Firebird 3.0 employee database:
fbsvcmgr service_mgr action_nbak dbname c:\3.0\employee.fdb nbk_file r:\fb30.nb0 nbk_level 0
and it fail with message:
unsupported on-disk structure for file c:\3.0\employee.fdb; found 12.0, support 13.0
The text was updated successfully, but these errors were encountered:
Fixed #7579: Cannot nbackup a firebird 3.0 database in firebird 4.0 s…
5e77de7
…ervice with engine12 setup in Providers
d868e7e
467f43a
…ervice with engine12 setup in Providers (cherry picked from commit d868e7e)
AlexPeshkoff
No branches or pull requests
In firebird 4.0, I configure
firebird.conf
to support bothengine12
andengine13
plugins:The firebird service may access both Firebird 3.0 and 4.0 database.
Next, I try to nbackup a Firebird 4.0 employee database and it works:
Finally, I try to use nbackup a Firebird 3.0 employee database:
and it fail with message:
The text was updated successfully, but these errors were encountered: