I didn't include automatic updates in the server version because I need some interaction with the user.wwolkers wrote:Ron,
is there a reason that you're not doing database upgrades from DomotigaServer?
I just upgraded to the latest SVN for Plugwise 2 support, but my database is outdated. I know it's easy to just upgrade it, but would be nice if CheckDatabaseVersion() could also be included in DomotigaServer.
Any reason not to, or should I see how far I can get in Gambas?
If people start it automatically by using an init script for example it upgrades their database without them knowing it, before they have the possibility to make a backup.
Sometimes I''m forced to drop and reload a table like devicetypes for example, if people added items themselves they are lost.
Maybe I'll add a automatic database backup procedure before doing the upgrade, what do you think?