Skip to content

Arkindex 1.6.4

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.6.4
  • 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.6.4 are available here.

The main changes impacting developers and system administrators are detailed below.

Simpler management of system workers

We have continued the work from release 1.6.3 to simplify internal worker management, by porting the file import code into a dedicated worker (named File Import).

The following keys can be removed from your configuration files as it’s no longer needed:

  • imports_worker_version
  • docker: the whole Docker images section can be now fully removed, as we only use the Arkindex features on worker versions now.

The file_import Arkindex feature is now configurable towards that worker so your users can continue importing files into your instance.

Please note that running the arkindex update_system_workers command will automatically configure that worker for you.