-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed as not planned
Labels
wontfixThis will not be worked onThis will not be worked on
Description
Hi! I'm trying to use Tescontainers with firebirdsql/firebird:5.0.2 container. My scenario is:
- start container;
- copy my Master DB into it as /var/lib/firebird/data/test.fdb;
- copy data.sql file with some INSERT commands;
- execute command "isql -i data.sql, test.fdb" to populate the DB.
I receive the error:
Statement failed, SQLSTATE = HY000
UDR module not loaded
-/opt/firebird/plugins/udr/libbvUDRCore.so: cannot open shared object file: No such file or directory
After line 0 in file /var/lib/firebird/data/data.sql
How can I fix the error?
Metadata
Metadata
Assignees
Labels
wontfixThis will not be worked onThis will not be worked on