CUSTOM_REG_FORM_EXTRAINFO does not exits in cairn

Thanks for your feedback @Andress. This is probably a bug due to the way we bind-mount custom migrations inside the containers. Can you please manually modify the file in $(tutor config printroot)/env/local/docker-compose.jobs.yml such that the following line:

- ../plugins/cairn/apps/clickhouse/migrations.d:/etc/clickhouse-server/migrations.d:ro

becomes:

- ../plugins/cairn/apps/clickhouse/migrations.d:/etc/clickhouse-server/migrations.d

Then run: tutor local init --limit=cairn. (:warning: do not run tutor config save or your changes would be overwritten)

If this fix works for you then I’ll make the same change upstream and push a new release.

1 Like