github Freika/dawarich 0.25.4-rc

latest release: 0.25.4-rc.1
pre-releaseone day ago

In this release we're changing the way import files are being stored. Previously, they were being stored in the raw_data column of the imports table. Now, they are being attached to the import record. All new imports will be using the new storage, to migrate existing imports, you can use the rake imports:migrate_to_new_storage task. Run it in the container shell.

This is an optional task, that will not affect your points or other data.
Big imports might take a while to migrate, so be patient.

If your hardware doesn't have enough memory to migrate the imports, you can delete your imports and re-import them.

Changed

  • Import files are now being attached to the import record instead of being stored in the raw_data database column.
  • Import files can now be stored in S3-compatible storage.
  • Export files are now being attached to the export record instead of being stored in the file system.
  • Export files can now be stored in S3-compatible storage.

Fixed

  • Moving points on the map now works correctly. #957
  • rake points:migrate_to_lonlat task now also reindexes the points table.

What's Changed

Full Changelog: 0.25.3...0.25.4-rc

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.