Skip to content
Success

Changes

Summary

  1. redmine: set session_store to active_record_store (details)
Commit c4d7eeaa4d57b9d445aa74e2e2b14f9fabd5c008 by Oliver Smith
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
The file was modifiedredmine/docker-entrypoint-osmo.sh
The file was modifiedredmine/Dockerfile
The file was addedredmine/0001-Set-session_store-to-active_record_store.patch