ubuntu 安装pgagent,并配置job
https://www.pgadmin.org/docs/pgadmin4/development/pgagent_jobs.html1)安装sudo apt install pgagent2)创建db扩展psql -U postgres -h localhostCREATE EXTENSION pgagent;3)启动在postgres数据库上启用pgagent:pgagent hostaddr
·
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并配置:
更多推荐
所有评论(0)