I am getting these two messages when running a command line utility (in the case pgcli) in an headless Linux running in Docker:
No handlers could be found for logger "keyring.backend"
Please enter password for encrypted keyring:
How can I configure the logger and the password for keyring, so that I am no longer bothered when running any utility dependent on keyring?
Note that I am on an headless Ubuntu, so I need to know how to do this from the command line.
Thanks
pgcli
it keeps asking me "Please enter password for encrypted keyring:". I do not see there any option to disable the use of keyring in the updatedpgcli
. Please, clarify how can I avoid using keyring. Thanks – Echolalia