I have PostgreSQL 9.6.23 on windows server 2019
i want to install PgAgent for scheduling backup and deletion of data
PostgreSQL Stack Builder’s doesn’t have PgAgent like newer version
How can i manually install it or if there is any setup file that do so
Question posted in PostgreSQL
The official documentation can be found here.
The official documentation can be found here.
2
Answers
since you’re using a windows server, you can just download pgAdmin4, it comes built in with pgAgent, which is way easier to get it up and running rather than manually compiling pgAgent. Hope that helps you out!
If you would still like to install and compile pgagent manually, you can visit this documentation.
How to Install pgAgent On windows