Page 1 of 1

Move Domoticz database

Posted: Tuesday 30 October 2018 9:56
by jbartoli
Hello,

First, thank you for the work you provided.
This is an awesome product.

I am currently looking for a way to move the database to a remote server.
First idea was to send data on each update, throught http login (and custom webservice on my server), but it doesn't seems to be a long-term solution.

I'm now wondering if this is possible to setor define the database in an external server.
(I can create the schema, and update it as it will work on sql server, but i'm not sure how I can ask Domoticz to send hois data to this server, instead of local DBLite)

Any help or advice about it would be appreciated

Re: Move Domoticz database

Posted: Tuesday 30 October 2018 14:48
by SweetPants
Why do you want to do that? Domoticz uses Sqlite, this is an embedded database and not intended to run on en external server. Also domoticz does not support that.

Re: Move Domoticz database

Posted: Tuesday 30 October 2018 15:39
by jbartoli
Hello,

Thank you for the information.

I want to do it to be able to access all my datas from external application, without beeing forced to expose my domoticz app to public web.
I guess it will be needed to make an external app, to export and deal with news infos