Immich: Difference between revisions
GinnyGlider (talk | contribs) Add note for setting Immich log level and reducing Redis log verbosity. |
m fix missing closing pointy bracket in placeholder |
||
| (One intermediate revision by one other user not shown) | |||
| Line 77: | Line 77: | ||
}; | }; | ||
};|name=/etc/nixos/configuration.nix|lang=nix}} | };|name=/etc/nixos/configuration.nix|lang=nix}} | ||
Make sure to manually create a borg repo at the desired location beforehand with <code>sudo borg init --encryption=none <path-to-borg-repo</code> | Make sure to manually create a borg repo at the desired location beforehand with <code>sudo borg init --encryption=none <path-to-borg-repo></code> | ||
== Troubleshooting == | == Troubleshooting == | ||
| Line 98: | Line 98: | ||
REINDEX DATABASE immich; | REINDEX DATABASE immich; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Immich server too old on NixOS stable === | === Immich server too old on NixOS stable === | ||