Skip to content

Releases: MerginMaps/db-sync

1.0.4

28 Apr 12:30
Compare
Choose a tag to compare
  • More fixes for loss of precision of floating point numbers
  • Fixed support for character varying(X) data type (#44)

1.0.3

23 Apr 10:18
Compare
Choose a tag to compare
  • Fixed loss of precision of floating point numbers (geodiff #110)
  • Fixed writing of "empty" flag of geometries (geodiff #112)
  • Support for more PostgreSQL data types - bigint, smallint, character varying (#41, geodiff #111)
  • Fixed initialization from database (#42)

1.0.2

12 Apr 12:39
Compare
Choose a tag to compare
  • Fixed two bugs related to copying of data between GPKG and PostgreSQL (geodiff #108, #109)
  • Added an extra check during the init to verify data got copied correctly (#37)
  • Added display of mergin-db-sync version when the daemon starts

1.0.1

25 Mar 15:13
Compare
Choose a tag to compare
  • Fixed handling of local working directory in init function

1.0

25 Mar 09:30
Compare
Choose a tag to compare
1.0

The first official release of mergin-db-sync! It includes all the essential functionality to set up and maintain sync between a Mergin project and a PostgreSQL database.

The tool can be run from CLI on demand with low-level commands (init, pull, push) or it can be started as a daemon to continuously maintain data in sync. It can be also run using a Docker container: lutraconsulting/mergin-db-sync