NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.09k stars 14.14k forks source link

paperless: scheduler service can't start, "Unknown command: 'qcluster'" #207965

Closed NobbZ closed 1 year ago

NobbZ commented 1 year ago

Describe the bug

Since 6c7ee71a3669b1f944caf08ba7d3289fcfe2377d which updated paperless-ngx from 1.9.2 to 1.10.2, the scheduler service can't be started, the error reported in the logs is:

Unknown command: 'qcluster'
Type 'manage.py help' for usage.

Steps To Reproduce

Steps to reproduce the behavior:

  1. enable services.paperless.enable
  2. use systemctl status or journalctl -u to see error as above in the logs

Expected behavior

The service starts succesfully

Notify maintainers

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.1.0, NixOS, 23.05 (Stoat), 23.05.20221225.fad51ab`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.13.0pre20221223_3dbf9b5`
 - channels(aroemer): `"nixpkgs-21.11"`
 - channels(nmelzer): `""`
 - channels(root): `""`
 - nixpkgs: `/etc/nixpkgs/channels/nixpkgs`
erikarvstedt commented 1 year ago

Probably fixed by https://github.com/NixOS/nixpkgs/pull/207754.