datopian / ckanext-blob-storage

CKAN extension to offload blob storage to cloud storage providers (S3, GCS, Azure etc).
http://tech.datopian.com/blob-storage/
MIT License
14 stars 6 forks source link

Migration script support for CKAN 2.9 #41

Open shevron opened 3 years ago

shevron commented 3 years ago

Currently the migration script will break in CKAN 2.9 and actually has to be excluded from pytest execution to avoid breakage (see https://github.com/datopian/ckanext-blob-storage/blob/feature/37-migration-script/Makefile#L229). We should fix this to support migrating CKAN 2.9 instances.

Acceptance Criteria