Logging into postgres on Bitnami's Ruby Stack VM
The VM for the Bitnami Ruby Stack doesn’t have the correct credentials for postgres anywhere that I could find. Incorrect credentials that I saw on the Bitnami site, in the docs hosted on the VM, or on the internet while searching for a solution: user: root pass: user: root pass: root user: administrator pass: bitnami user: bitnami pass: bitnami user: postgres pass: user: postgres pass: bitnami user: postgres pass: postgres I never found the correct combination but instead simply installed postgres via apt-get and moved the bitnami postgres installation outside of $PATH in case I need it in the future. ...