You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing pScheduler on Debian and Ubuntu with a regular apt install the user is prompted to enter a password for the new PostgreSQL database created. The user can choose this password arbitrarily or even leave it empty (the DB is only accessible locally).
We should document that and even tell that APT installation can be done in non-interactive mode to avoid the prompt altogether (this is what the Ansible roles we provide are doing). This can be done by setting the following environment variable when installing: DEBIAN_FRONTEND=noninteractive apt install perfsonar-toolkit
The text was updated successfully, but these errors were encountered:
@laeti-tia what about adding the following note to the description of Debian bundle installation process:
Setting the default user password in PostgreSQL
++++++++++++++++++
With a regular apt install, the user is prompted to enter a password for the new PostgreSQL database created during installation. You can choose this password arbitrarily or leave it empty (the DB is only accessible locally).
Alternatively, you can install packages with APT in non-interactive mode to avoid the password prompt by setting the following environment variable when installing: DEBIAN_FRONTEND=noninteractive apt install perfsonar-toolkit
When installing pScheduler on Debian and Ubuntu with a regular
apt install
the user is prompted to enter a password for the new PostgreSQL database created. The user can choose this password arbitrarily or even leave it empty (the DB is only accessible locally).We should document that and even tell that APT installation can be done in non-interactive mode to avoid the prompt altogether (this is what the Ansible roles we provide are doing). This can be done by setting the following environment variable when installing:
DEBIAN_FRONTEND=noninteractive apt install perfsonar-toolkit
The text was updated successfully, but these errors were encountered: