larsf wrote:OK, I see that starting out with HSQL was a mistake. How do I actually identiy the HSQL database files for backup?
You should stop HSQL and backup test.properties, test.log and test.script. You can notice that HSQL does not store database in binary form - only last-seesion-changes (.log) and full SQL script (.script).
larsf wrote:I don't want to go to Oracle, DB2 or MSSQL, so I will look at the two you mentioned.
If you use Windows I suggest you Firebird - its opensource implementation of InterBase, quite quality product. PostgreSQL has no native Windows support, only via cygwin.
larsf wrote:I am surprised that you don't support mySQL as well? We are using that quite a bit...
This is painful question, search this forum.
In 2.5 we was implement such support, but drop it in 2.7. TrackStudio
need referential integrity support, but MySQL even with InnoDB has
very buggy/non-standard implementation. I think that we return to this
question when MySQL will be more stable and more compatible with other
databases.