Re: pgagent

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Gabi Draghici <gabi(dot)draghici(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgagent
Date: 2020-11-06 16:41:48
Message-ID: 2d13573c-492a-588c-9c70-76da31f31943@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/6/20 8:12 AM, Gabi Draghici wrote:
>
> It't not a daemon yet (I started manually) but yes, it's running :
>
> postgres(at)dbdocs:~> ps aux | grep postgresql
> postgres  2093  0.0  0.3 8720088 218280 ?      Ss   17:54   0:00
> /usr/lib/postgresql12/bin/postgres -D /opt/postgresql/database
> postgres  2315  0.0  0.0  64664  5708 pts/2    S    17:57   0:00
> /usr/bin/postgresql12-pgagent hostaddr=10.1.0.4 dbname=postgres
> user=pgagent -s /opt/postgresql/pglog/pg_agent.log
> postgres  2326  0.0  0.0   8696   820 pts/2    S+   17:57   0:00 grep
> --color=auto postgresql

>
> I've switched log_statement to 'all' and restarted the DB. All I see
> it's a bunch of statements like these :
>
> 2020-11-06 18:07:03.869 EET postgres pgagent [2316]LOG:  statement:
> SELECT J.jobid   FROM pgagent.pga_job J  WHERE jobenabled    AND
> jobagentid IS NULL    AND jobnextrun <= now()    AND (jobhostagent = ''
> OR jobhostagent = 'dbdocs-prd') ORDER BY jobnextrun
> 2020-11-06 18:07:04.466 EET postgres postgres [2104]LOG:  statement:
> /*pga4dash*/

The above is from when you click 'Run now'?

>
> Regards,
> Gabi
>
>
>
>
>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

  • Re: pgagent at 2020-11-06 16:12:40 from Gabi Draghici

Responses

  • Re: pgagent at 2020-11-07 11:29:17 from Gabi Draghici

Browse pgsql-general by date

  From Date Subject
Next Message Sri Linux 2020-11-06 19:30:34 Re: Need help with PITR for PostgreSQL 9.4.5
Previous Message Gabi Draghici 2020-11-06 16:12:40 Re: pgagent