https://www.pgadmin.org/docs/pgadmin4/development/pgagent_jobs.html

 

1)安装

sudo apt install pgagent

 

2)创建db扩展

psql -U postgres -h localhost

CREATE EXTENSION pgagent;

 

3)启动

在postgres数据库上启用pgagent:

 

 pgagent hostaddr=127.0.0.1  dbname=postgres user=postgres password=postgres

 

4)启动pgadmin并配置:

 

 

 

 

 

 

Logo

Agent 垂直技术社区,欢迎活跃、内容共建。

更多推荐