Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • schleuder schleuder
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 108
    • Issues 108
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • schleuder
  • schleuderschleuder
  • Issues
  • #505
Closed
Open
Created Aug 15, 2021 by Philip@phil

ActiveRecord SQLite3 >= 6.0 represents boolean values as integers by default, leads to errors after upgrade

Expected Behavior

Mail should be delivered.

Actual Behavior

I recently updated our schleuder instance from 3.4 to 3.6. After that mail delivery to schleuder fails with the following error message:

List has no admins configured, cannot run! (In `/var/lib/schleuder/lists/foo/bar`.)

Every list has one or more configured admin addresses.

Steps to Reproduce the Problem

  1. Upgrade Debian version from Buster to Bullseye
  2. Send a mail to an already exisiting and working mailing list
  3. With for an error mail

Specifications

  • Version: 3.6
  • Installation method: Debian Bullseye package

Other information

Manual re-enabling every admin address works:

schleuder-cli subscriptions set foo@bar.org admin false
schleuder-cli subscriptions set foo@bar.org admin true
Edited Nov 06, 2021 by georg
Assignee
Assign to
Time tracking