Open ghost opened 3 years ago
A couple of questions:
If you answer yes twice, you could install the mysql db on the "server" and let the other computer connect the database via network. For that, you just need to specify another host in the database config.
That is fine if that is in the same private network (ie. your office), but requires more consideration security wise if it is via internet.
Hi
I have mariadb running on proxmox and allowed for both ips/computer to have access to it. So I've just finished the move from sqlite to mysql. And I haven't imported everything. So I'll see how that works ...
Sometimes we would like to work at the same time on 2 different quotes. I haven't tried this yet and I'm still "scared" because of the item disappear https://github.com/dragotin/kraft/issues/102 problem. But I'm going to test that soon. I hope it's better with mysql instead of sqlite.
I'll let you know how that works.
BTW weasyprint is great! Thanks for that ;)
Any news about your usecase here? How did your test go?
I moved from sqlite to mysql remote. I use Kraft on 2 different computer. And sometimes I just would like to "push" the changes to the database. Or an automatic sync?