Thai Heng has asked for the wisdom of the Perl Monks concerning the following question:

I use the module App::Sqitch, and I can't find how to set db-password in command sqitch. Is this beyond the tool sqitch?

sqitch --db-user postgres deploy db:pg:postgres

fe_sendauth: no password supplied

Replies are listed 'Best First'.
Re: using sqitch how to set db-password
by stefbv (Priest) on Aug 18, 2015 at 11:02 UTC

    Use the command 'perldoc sqitch-passwords' or here: sqitch-passwords.

    There is also a Google Group where you can find many answers: sqitch-users.

    Regards, Ștefan

Re: using sqitch how to set db-password
by Anonymous Monk on Aug 18, 2015 at 10:17 UTC

    I use the module App::Sqitch, and I can't find how to set db-password in command sqitch. Is this beyond the tool sqitch?

    You're funny human :)

    App::Sqitch -> squitch

    -d --db-name NAME Database name. -u --db-user USER Database user name. -h --db-host HOST Database server host name. -p --db-port PORT Database server port number.