Skip to content
Success

#666 (Sep 24, 2025, 5:31:10 PM)

Started 4 mo 24 days ago
Took 0.33 sec on build5-deb12build-ansible

Started by an SCM change

This run spent:

  • 9.6 sec waiting;
  • 0.33 sec build duration;
  • 9.9 sec total from scheduled to completion.
Revision: a34c34ea03933651bece4fa0c99cd28f99c41c37
Repository: https://gerrit.osmocom.org/docker-playground
  • origin/master
redmine: set session_store to active_record_store

Change the session store to fix the
"ActionDispatch::Cookies::CookieOverflow" errors we are getting.

IMPORTANT: after deploying this change, the following commands must be
executed once manually to create the session table:

  # docker compose exec redmine bash
  $ rails generate active_record:session_migration
  $ rake db:migrate

Related: OS#5476
Change-Id: Iacec800b9179cfac894f41e9eb1a5cca7e56ff1c
laforge at