larsf wrote:Running 2.8 - Thanks for your fast reply.
I am still running on the Hypersonic database.
I am considering switching to FireBird - Is there anywhere I can find a step by step description of doing such a move, ie including migrating the current database?
The steps is following:
1) Stop your existing instance and backup your HSQL database
2) Export your HSQL database to XML (Export Database button on the Database Management tab).
3) Create empty Firebird database with isql
http://www.trackstudio.com/documentatio ... ation.html4) Change connection parameters (Database connectivity tab) to your Firebird database.
5) Go to Database Management tab, choose your exported XML and click the Create Database button.
6) If something goes wrong - contact me

Also please find
http://www.trackstudio.com/documentatio ... abase.htmllarsf wrote:Can I also rename the database in such a move? I.e. not calling it test, but something else...
Yes, you can choose any name at step 3.