After updating a docker compose based installation by docker compose down and then using docker compose pull and docker compose up -d, I can’t relogin to the librenms instance using passwords that were working with the previous version. Previous version: 26.4.1 New version: 26.5.1. I have setup LDAP authentication against Microsoft Active directory and everything was working even across upgrades before.
Also the login window looks different and I get a warning about non secure transactions for this website so to be sure to send over data or not.
Here is the output from validate.php (I don’t believe this will help with what is going on)
librenms:/opt/librenms$ ./validate.php
| Component | Version |
|---|---|
| LibreNMS | 26.5.1 (2026-05-21T10:11:11+03:00) |
| DB Schema | 2026_05_06_145721_regenerate_devices_table_display_field (386) |
| PHP | 8.4.21 |
| Python | 3.12.13 |
| Database | MariaDB 10.11.17-MariaDB-ubu2204 |
| RRDTool | 1.9.0 |
| SNMP | 5.9.5.2 |
| =========================================== |
[OK] Installed from package; no Composer required
[OK] Database Connected
[OK] Database Schema is current
[OK] SQL Server meets minimum requirements
[OK] lower_case_table_names is enabled
[OK] MySQL engine is optimal
[OK] Database and column collations are correct
[OK] Database schema correct
[OK] MySQL and PHP time match
[OK] Active pollers found
[OK] Dispatcher Service is enabled
[OK] Locks are functional
[OK] No python wrapper pollers found
[OK] Redis is functional
[OK] rrd_dir is writable
[FAIL] Some RRD files have the incorrect step. 366/30112
[FIX]:
lnms maintenance:rrd-step all
RRD files with incorrect step:
(skipping the ip addresses mentioned - I had changed the polling interval)
and 351 more…
[OK] rrdtool version ok
[WARN] Non-git install, updates are manual or from package