Questions tagged [pgagent]

pgAgent is a job scheduler for PostgreSQL

is a tool for which can be used with .

For details see:

98 questions
6
votes
4 answers

Unable to install pgagent with application stack builder

I'm trying to install pgagent in a windows environment. Postgresql version 9.6 is installed and application stack builder was installed with it. I have followed the steps, detailed here. The first step in this guide is to create the extension in the…
Asle Berge
  • 147
  • 1
  • 8
6
votes
1 answer

postgres pgagent job status

I have installed PostgreSQL 9.6 in win 10. Also installed pgAgent for job scheduling. I have create one job for batch file execute but it showing status 'r','i'. What is the meaning of status field. I have attached screenshot. image link1 image…
user619
  • 149
  • 2
  • 2
  • 13
5
votes
1 answer

Install pgAgent on AWS RDS for Postgres

Is it possible to enable/install pgAgent (job scheduler) for Postgres in AWS RDS? I looked around and couldn't find anything on AWS documentation.
johnny
  • 2,032
  • 1
  • 25
  • 45
4
votes
2 answers

How to install and use pgAgent for postgres

I have downloaded separately pgagent 3.4.1 & pgAdmin 4. I want to create jobs from inside pgAdmin like explained https://www.openscg.com/bigsql/docs/pgadmin4/pgagent_install.html but when I execute the command I get the error : ERROR: could not…
Stathis Andronikos
  • 1,259
  • 2
  • 25
  • 44
4
votes
1 answer

I can't run jobs on PgAgent on Postgresql

I installed pgagent on Ubuntu 16.04. I executed: CREATE EXTENSION pgagent; CREATE LANGUAGE plpgsql; According this: https://www.pgadmin.org/docs/pgadmin4/1.x/pgagent_install.htm I ran /usr/bin/pgagent hostaddr=127.0.0.1 user=my_user…
4
votes
3 answers

pgAgent job fails with authentication error

I've installed pgAgent with the Windows service using a local machine account called postgres. I have confirmed that the Windows service is running normally. I created a job in pgAdmin that should delete certain records from a table in my customer…
NathanAldenSr
  • 7,841
  • 4
  • 40
  • 51
3
votes
1 answer

How to Create a sScheduler Job in PostgreSql using PgAgent

I'm new in PostgreSQL, and I want to create a scheduled job which is run every day. Firstly I'm creating a function for this. my function is working fine. And now I want to create jobs and use this function inside the jobs, so it runs every day. But…
Nayeem Mansoori
  • 821
  • 1
  • 15
  • 41
3
votes
1 answer

Can I use .pgpass in SELinux? [centos7, pgagent_96, postgresql 9.6.5]

.pgpass seems to be not working. Could you check my pgagent setting? OS : centos 7 ( I did NOT disable selinux ) Database : postgresql 9.6.5 pgagent : pgagent_96 3.4.0-9.rhel7 ( installed package using yum ) I logged on centos server as user…
arayo
  • 197
  • 2
  • 12
3
votes
3 answers

pgAdmin: Jobs option is invisible

I am using PostgreSQL version 9.3 for Operating system window 7. I am getting problem to display the option jobs in postgresql PgAdmin III. Here are the pictures what I have tried: After setting pgAgent Jobs checked I restart the server and…
MAK
  • 6,824
  • 25
  • 74
  • 131
3
votes
1 answer

Pgagent install on windows

I've looked at the documentation online but i cant find the 'pgagent.sql' script anywhere on my system. These are the instructions i'm following here. Can i download it from anywhere else?
Xaitec
  • 129
  • 3
  • 10
3
votes
1 answer

PgAgent jobs not executing on remote server

I don't understand why this isn't working, I set up a pgAgent job to send a NOTIFY from the database every hour The steps The schedule
Elena
  • 1,719
  • 19
  • 24
3
votes
1 answer

Can we make a Script or Job Schedule for PostgreSQL database Back-UP?

I am using PostgreSQL Database, I am running a Database Server . My PostgreSQL Version is : postgres=# select version(); version ------------------------------------------------------------- PostgreSQL 9.2.4, compiled by…
09Q71AO534
  • 4,300
  • 13
  • 44
  • 68
2
votes
1 answer

Permission setting of the pgAgent Job in the pgAdmin

The Jobs category shown in the pgAdmin seems to be only visible for the super user accounts.(see the screen below) . When I use the non super user accounts to login , I cannot see the jobs category.Is it possible to configure such that a non super…
Ken Chan
  • 84,777
  • 26
  • 143
  • 172
2
votes
0 answers

I created a pgagent job to refresh materialized views. Is there any way to find out whether the job is running or not?

I am new to PG Admin. I need to set up a pg agent job to refresh the materialized views. I created a job following the documents but I don't understand whether its working not. Is there any way to find out whether the job is running or not?
2
votes
0 answers

It is possible to install pgAgent on Heroku Postgres?

I just need to know if it is possible to install pgAgent on Heroku Postgres. Could someone explain me his experience about pgAgent on Heroku? thanks
zmoe
  • 21
  • 2
1
2 3 4 5 6 7