Arkindex 1.9.1
A new Arkindex release is available.
To upgrade a development instance, follow this documentation.
To upgrade a production instance, you need to:
-
Deploy this release’s Docker image:
registry.gitlab.teklia.com/arkindex/backend:1.9.1
-
Run the database migrations:
docker exec ark-backend arkindex migrate
-
Update the system workers:
docker exec ark-backend arkindex update_system_workers
The release notes for Arkindex 1.9.1 are available here.
The main changes impacting developers and system administrators are detailed below.
Default corpus category setting
A concept of categories has been added to corpora. The data migrations will automatically create a default category to apply to each corpus.
A new default_corpus_category
setting has been added to manually specify the default corpus category by its slug. The category must exist in the database. Otherwise, a new W016 warning will occur. The default value for this setting is default
, which is the slug for the automatically created default category.