-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
docs: document DB_STORAGE_TYPE
environment variable
#19609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I was considering adding an explanation there but I guess people don't actually care about the technical background/what it does. |
I can add it but I don't know what is controls. I would actually want to know :-) |
See here: https://github.com/immich-app/immich/releases/tag/v1.133.0 |
Can you please follow the syntax with square brackets as in other ENV options? No need to write out the default, we have a column for that. |
@aviv926 I don't think that page explains it at all? It chooses which of the two postgresql.conf to use from here https://github.com/immich-app/base-images/tree/main/postgres |
Done Also added information to what it actually does as @danieldietzler also hinted. |
I thought he was looking for the simple explanation as explained in the release notes.
|
DB_STORAGE_TYPE
environment variableDB_STORAGE_TYPE
environment variable
07d3a38
to
af819af
Compare
Co-authored-by: Zack Pollard <[email protected]>
Description
Document
DB_STORAGE_TYPE
, I was pointed to this setting on Discord:https://github.com/immich-app/immich/blob/main/docker/docker-compose.yml#L65-L66`
How Has This Been Tested?
mmich_postgres | Using HDD storage
in the logs indicating the envvar was found and used.Checklist:
NA, no code change, only docs update.