Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure and install pgagent for Poatgres

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article mainly introduces "how to configure and install pgagent in Poatgres". In daily operation, I believe many people have doubts about how to configure and install pgagent in Poatgres. The editor consulted all kinds of materials and sorted out simple and easy-to-use methods of operation. I hope it will be helpful to answer the doubts about "how to configure and install pgagent in Poatgres". Next, please follow the editor to study!

Install cmake

# cd / home# wget https://cmake.org/files/v3.16/cmake-3.16.0.tar.gz# tar-zxvf cmake-3.16.0.tar.gz# cd / home/cmake-3.16.0/# sudo apt-get install-y gaming # sudo apt-get install-y libssl-dev#. / bootstrap# make# make install

Install wxgtk

# sudo apt-get install-y python-wxgtk4.0# sudo apt-get install-y boost*# wget # mkdir-p / home/wxWidgets-3.1.3# cd / home/wxWidgets-3.1.3# vi ~ / .profilePATH=$PATH:$HOME/bin:/usr/local/wxWidgets-3.1.3/binexport LD_LIBRARY_PATH=/usr/local/wxWidgets-3.1.3/lib:$LD_LIBRARY_PATH# source ~ / .profile # sudo apt-get install-y gtk*# . / configure-- enable-shared=no-- enable-unicode=yes-- prefix=/usr/local/wxWidgets-3.1.3/# make & & make install

Install pgagent

Download address: https://git.postgresql.org/gitweb/

# cd / home# rz# tar-zxvf pgagent-8b7ec04.tar.gz# cd / home/pgagent-8b7ec04# source / home/postgres/.profile# cmake. / # make# make installpostgres=# create extension pgagent; CREATE EXTENSION

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

At this point, the study on "how to configure and install pgagent for Poatgres" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report