Skip to content

Releases: MerginMaps/media-sync

0.5.0

Choose a tag to compare

@JanCaha JanCaha released this 14 Feb 10:58
266f8b5
  • support for Google Drive as storage option

0.4.0

Choose a tag to compare

@saberraz saberraz released this 22 Mar 10:46
9bd08bc
  • Possible to run the tool without reference (fixes #20 and #26)
  • Added tests

0.3.0

Choose a tag to compare

@wonder-sk wonder-sk released this 24 Nov 13:23
  • 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

Choose a tag to compare

@varmar05 varmar05 released this 17 Jun 07:55
  • Updated public server URL (#16)
  • Updated to mergin-client 0.7.3

0.2.0

Choose a tag to compare

@saberraz saberraz released this 03 May 12:18

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

Choose a tag to compare

@saberraz saberraz released this 15 Mar 07:43
b9388c0

A bug fix release with the fix for #6

0.1.0

Choose a tag to compare

@saberraz saberraz released this 13 Jan 07:39
b9388c0

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