Before, the database password was written to a temporary file to be read by init-db. This PR fixes that.
This PR also makes database passwords mandatory in the configuration file.
This is only really relevant if own=True. If you have an existing db initialized with the previous code, you will need to set the username to the username of your computer, and the password to any arbitrary string. Or backup/restore.
Description
Before, the database password was written to a temporary file to be read by init-db. This PR fixes that.
This PR also makes database passwords mandatory in the configuration file.
This is only really relevant if
own=True
. If you have an existing db initialized with the previous code, you will need to set the username to the username of your computer, and the password to any arbitrary string. Or backup/restore.Status