<div dir="ltr">Hi,<br><br>The basic idea to solve this bug:<br><a href="https://bugs.documentfoundation.org/72987">https://bugs.documentfoundation.org/72987</a><br>was to replace .fdb file stored inside the .odb file with firebird's archive<br>file format. The problem is that the embedded server seems to be not fully supported   <br>on Linux (<a href="http://www.firebirdsql.org/manual/ufb-cs-embedded.html">http://www.firebirdsql.org/manual/ufb-cs-embedded.html</a>).<br>If I understand correctly, ours is actually not an "embedded server", but a "classic server",<br>which validates every login against the security database (security2.fdb).<br><br>The backup of the database can be made through the Service API of firebird.    <br>We need to pass a user (and a password). The Service Manager tries to validate<br>our user by checking the "/usr/local/firebird/security2.fdb" security db, which does not<br>exist in our case.<br><br>An idea was (if I got it right) to override path above to our libreoffice install directory,<br>so we could have a default security database that the Service Manager can check. I went<br>through the docs and had a look at the firebird source code, and it seems to me that unfortunately <br>we cannot override it at all.<br><br>I hope you have a good idea for that.<br>regards,<br>Tamás Bunth<br><br></div>