Unable to chose POSTGRES_USERNAME and POSTGRES_DB with manual installation #5612
Labels
1. to develop
Accepted and waiting to be taken care of
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
I am deploying Nextcloud using the manual-install and configuring it to use my own PostgreSQL database hosted on a separate VM.
I have created a database user in PostgreSQL and set the corresponding environment variable POSTGRES_USER with this username. However, this setup does not work as expected because the prefix "oc_" is added to the username here and here.
I also see that POSTGRES_USER and POSTGRES_DB is hardcoded here.
What is the purpose of adding this prefix?
Why are environment variables for POSTGRES_USER and POSTGRES_DB defined if their values cannot be changed?
The text was updated successfully, but these errors were encountered: