db-sync icon indicating copy to clipboard operation
db-sync copied to clipboard

A tool for two-way synchronization between Mergin Maps and a PostGIS database

Results 58 db-sync issues
Sort by recently updated
recently updated
newest added

For troubleshooting, it may be useful to have an option that would do an extra sanity check after each pull/push - it would verify that: - comparing geopackage at the...

enhancement

When troubleshooting sync issues, it would be useful to have an option to do extra checks of the "base" schema: - at the end of each sync, db-sync could create...

enhancement

Sometimes it would help to have more information in logs when things go wrong and some debugging is needed: - when a geodiff error happens when applying a diff, details...

enhancement

It would be good to have an installer to install DB-Sync as a service instead of a stand-alone executable as the executable would need to be run in a logged...

I can't seem to start dbsync , initialised from the database when my table has a btree index on the id column. ```sql CREATE TABLE my_polygon_table ( id INT GENERATED...

## Issue: Unapplied changes lost after conflict and subsequent successful sync **Description:** When a `db-sync` pull operation results in conflicts, and these conflicts are not resolved before a subsequent successful...

I encountered some problems with setting up notiffications for fails on some of my projects that i set up with db-sync extension. There were some errors **BUT I MANAGED TO...

Email notifications fail when using AWS SES SMTP server. The smtp_functions.py script does not log the actual error message. Commenting out lines 45 and 46 allows mail to be sent...