Re: running psql in a cron job

From: Ignacio Coloma <icoloma-lists(at)iverdino(dot)com>
To: Wei Weng <wweng(at)kencast(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: running psql in a cron job
Date: 2002-08-07 18:02:39
Message-ID: 3D5160BF.2040804@iverdino.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Maybe I'm a bit lost: if cron is executed as root, then su <user> -c
'command' would work without providing the password?

I mean, putting the password plain text anywhere doesn't seem that nice
idea imho

Wei Weng wrote:

>never mind. a quick search in the mailing list archive solved the
>problem. :)
>
>Just use PGPASSWORD=my_pass psql -c "VACUUM ANALYZE" -d my_data -U
>my_user
>
>
>On Wed, 2002-08-07 at 10:51, Wei Weng wrote:
>
>
>>My database has "local all password" as its HBA control.
>>
>>Is there anyway to manipulate psql so that I can somehow put the
>>password also inside the command line so that I can run psql in a cron
>>job? (such as psql -c "VACUUM ANALYZE" -d my_data -U my_user)
>>
>>Thanks
>>
>>--
>>Wei Weng
>>Network Software Engineer
>>KenCast Inc.
>>
>>
>>
>>---------------------------(end of broadcast)---------------------------
>>TIP 6: Have you searched our list archives?
>>
>>http://archives.postgresql.org
>>
>>
>>

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Haddon 2002-08-07 18:30:53 Re: ALTER TABLE follow up
Previous Message Floyd Shackelford 2002-08-07 17:16:26 manipulating the POINT data type