Resetting password using command line fails
Solved
Miniflux
-
Trying to run 'miniflux -reset-password' from the commandline inside the app and getting this error:
root@aa237b3e-8124-4b1b-8148-60d6d07ba20a:/app/code# ./miniflux -reset-password [INFO] The default value for DATABASE_URL is used [FATAL] Unable to connect to the database: dial tcp [::1]:5432: connect: connection refused
Please help
-
Trying to run 'miniflux -reset-password' from the commandline inside the app and getting this error:
root@aa237b3e-8124-4b1b-8148-60d6d07ba20a:/app/code# ./miniflux -reset-password [INFO] The default value for DATABASE_URL is used [FATAL] Unable to connect to the database: dial tcp [::1]:5432: connect: connection refused
Please help
-
@3246 I think setting that env first and then running the command would work.
export DATABASE_URL="${CLOUDRON_POSTGRESQL_URL}?sslmode=disable"
Then, run the reset command.
-
N nebulon marked this topic as a question on
-
N nebulon has marked this topic as solved on