joshuabach / gnucash-web

A simple, mobile-friendly webinterface for GnuCash
GNU General Public License v3.0
119 stars 18 forks source link

How to store GnuCash database in SQL #16

Closed joshuabach closed 1 year ago

joshuabach commented 2 years ago

We should add a quick explanation to the README on how to either create an empty book in an SQL database or how to migrate an existing GnuCash-XML-File into an SQL-server using the desktop client.

coelhorb commented 2 years ago

How to use sqlite? I've configured the system, but it doesn't find the file.

joshuabach commented 2 years ago

How to use sqlite? I've configured the system, but it doesn't find the file.

What exactly have you done? Can you send me your configuration and error output?

Please note that GnuCash-Web can only open a file that was previously created using the standard GnuCash desktop app. See https://www.gnucash.org/docs/v4/C/gnucash-guide/basics-files1.html for more details.