db-sync
db-sync copied to clipboard
A tool for two-way synchronization between Mergin Maps and a PostGIS database
Currently we poll Mergin in regular intervals to see if there are any changes to the project. Optionally there should be a way to listen to Mergin webhooks in case...
Currently we poll the database in regular interval. It would be good to optionally make use of the LISTEN/NOTIFY commands of PostgreSQL to avoid regular database checks to make things...
I have a postgresql/postgis database (14.11/3.4). I set up DB Sync and it works. IN my database I have ID as my Primary key. DB Sync creates a geopackage without...
I preface everything I write as I'm two hours into what I think is the correct usage of dbsync. I have a postgresql/postgis database (14.11/3.4) . Current version of dbsync...
I actually experiencing two type of issues. I am using DB-SYNC 2.1.1 on windows. I have couple of tables in a database and I am actively use row level security,...
DB Sync run crashes when it tries to sync data from MM to DB but the data are rejected because of violation of PG constraints. Expected: we write error instead,...
Fixes #110 REQUIRES MERGIN-CLIENT that is not yet released !!! Uses the new `delete_project_now()` function. add test for init from db fixes some minor issues in tests from previous versions
Hi, I am doing some testing with db-sync and I have found the issue below with initiating db-sync from postgresql. What is the issue: Error creating a gpkg from postgresql...
It would be great if the --force-init command prompted the user to confirm the execution of the --force-init command prior to the script running. This would prevent accidental execution which...
Some Mergin Maps projects may be quite large (e.g. due to background maps or captured pictures), so in those cases it would be useful if db-sync only downloaded files that...