db-sync
db-sync copied to clipboard
A tool for two-way synchronization between Mergin Maps and a PostGIS database
It looks like when the database uses inheritance, db-sync / geodiff get confused about the table schema and init fails. We should either detect this and fail early saying that...
OK so I have a database with some PK -> FK constraints and my workflow is: 1. Load the db schema in postgres 2. Load some fixtures in postgres 3....
After lots of troubleshooting, I've gotten an error I can't seem to work around. == starting mergin-db-sync daemon == version 1.1.2 == Logging in to Mergin... Processing Mergin Maps project...
Fixes #138 - updated github actions versions which raised deprecated warnings - fixed few test issues
There is a error in dbsync_daemon to send email in case of exception. This is what I have in logs Basically first is any kind of error that triggers exception...
Fixes #67 Whenever release is published or edited the docker image is build and released. This needs two repository secrets `DOCKER_USERNAME` and `DOCKER_PASSWORD` to be set up.
Fixes #142
A situation that confuses db-sync currently: 1. dbsync is started (from database) with project A and base schema A in the database 2. dbsync is stopped 3. user modifies the...
It would be nice to be able to configure into the MerginMaps back-office: - The projects we want to sync - DB schema to use for each project - DB...