Skip to content
New issue

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

Cannot nbackup a firebird 3.0 database in firebird 4.0 service with engine12 setup in Providers #7579

Closed
ccy opened this issue May 9, 2023 · 0 comments

Comments

@ccy
Copy link

ccy commented May 9, 2023

In firebird 4.0, I configure firebird.conf to support both engine12 and engine13 plugins:

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants