Page 1 of 1

HSQL2.5 and replication - just curious

Posted: Tue Nov 05, 2019 5:31 am
by gkick
Hi,

HSQL2.5 db Replication - just curious
As I remember from the previous decade replication involves a master db somewhere on a fileserver and some replicas on notebooks, the salesguys end of day procedure once back in the office hooks up to the server and synchronises with the master.
The HSQL manual talks about export/import PERFORM SCRIPTS but does not seem to have any detail ?
So I am just wondering if it would be possible to use the export and import Scripts for some automated backup restore.
Something along the line of run an export script(timestamped) then have a form with a filepicker to select the import script to restore whatever backup to the same db which originated the export?
Anyone using replication with HSQL?

Thks.

Re: HSQL2.5 and replication - just curious

Posted: Tue Nov 05, 2019 6:19 pm
by UnklDonald418
Have you looked at
https://sourceforge.net/p/hsqldb/discussion/
There are some threads on the subject in both the Open Discussion and Help forums
Search for replicate

Re: HSQL2.5 and replication - just curious

Posted: Wed Nov 06, 2019 5:59 am
by gkick
@unclDonald418,

Thanks for the link, had a look at the site previously, however some of the posts are pretty dated going back to 2014 and earlier covering version 1.7

GK