Skip to content

Releases: MerginMaps/media-sync

0.4.0

22 Mar 10:46
9bd08bc
Compare
Choose a tag to compare
  • Possible to run the tool without reference (fixes #20 and #26)
  • Added tests

0.3.0

24 Nov 13:23
Compare
Choose a tag to compare
  • Support for sub-folders when uploading to S3/MinIO buckets (#27)
  • Clean up temporary files (#22)
  • Updated to mergin-client 0.8.3

0.2.1

17 Jun 07:55
Compare
Choose a tag to compare
  • Updated public server URL (#16)
  • Updated to mergin-client 0.7.3

0.2.0

03 May 12:18
Compare
Choose a tag to compare

Please note that format of the config file was changed in this version from INI to YAML. Therefore it is necessary to convert existing .ini config files before running new version of the media-sync daemon.

The easiest way to convert existing config file is to use one of the converters available online, e.g. https://www.convertsimple.com/convert-ini-to-yaml/. After automatic conversion please check that allowed_extensions are defined as a YAML list, for example:

allowed_extensions:
 - jpg
 - png

The references entry also should contain a list of tables even if only single table is synced.

references:
  - file: survey.gpkg
    table: notes

funded by www.brrc.be

0.1.1

15 Mar 07:43
b9388c0
Compare
Choose a tag to compare

A bug fix release with the fix for #6

0.1.0

13 Jan 07:39
b9388c0
Compare
Choose a tag to compare

The first working release of mergin-media-sync! It includes all the essential functionality to set up and sync (one-way) between a Mergin project and a S3/MinIO storage backend.

It can be also run using a Docker container: lutraconsulting/mergin-media-sync