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
- 0.24.1 by @Freika in #877
- Bump rubocop-rails from 2.29.1 to 2.30.1 by @dependabot in #891
- Bump sidekiq from 7.3.8 to 7.3.9 by @dependabot in #892
- Feature/sample points by @Freika in #944
- Feature/bucket import export by @Freika in #980
Full Changelog: 0.25.3...0.25.4-rc