#PaperlessNGX on #NixOS crisis averted. 😎
An accidental update from SQLite to PostgreSQL looked like it lost all my documents 😱
`nixos rebuild switch` was not behaving consistently and a build where I had added the `database.createLocally = true;` was added after a successful build, so it didn't actually run PostgreSQL. In desperation, I did an overdue upgrade to NixOS 25.11 and it worked, but I had dozens of documents loaded and when it rebuilt, it found and used that new option...
1/2
👾