Poatgres配置安裝pgagent
安裝cmake
# cd /home # wget # tar -zxvf cmake-3.16.0.tar.gz # cd /home/cmake-3.16.0/ # sudo apt-get install -y g++ # sudo apt-get install -y libssl-dev # ./bootstrap # make # make 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 ~/.profile PATH=$PATH:$HOME/bin:/usr/local/wxWidgets-3.1.3/bin export 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
安裝pgagent
下載地址:
# cd /home # rz # tar -zxvf pgagent-8b7ec04.tar.gz # cd /home/pgagent-8b7ec04 # source /home/postgres/.profile # cmake ./ # make # make install postgres=# create extension pgagent ; CREATE EXTENSION
$ pgagent hostaddr=127.0.0.1 dbname=postgres user=postgres password=postgres
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25357621/viewspace-2669440/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- pgsql優勢,pgsql安裝(centOs),pgagent安裝SQLCentOS
- PG資料庫定時任務:PgAgent編譯安裝使用資料庫編譯
- 本地windows搭建spark環境,安裝與詳細配置(jdk安裝與配置,scala安裝與配置,hadoop安裝與配置,spark安裝與配置)WindowsSparkJDKHadoop
- centos7 (阿里雲、linux) 單機spark的安裝與配置詳解(jdk安裝與配置,scala安裝與配置,hadoop安裝與配置,spark安裝與配置)CentOS阿里LinuxSparkJDKHadoop
- leanote安裝配置
- JENKINS安裝配置Jenkins
- oracle安裝配置Oracle
- ceph安裝配置
- 【mongodb安裝配置】MongoDB
- ELK 安裝配置
- 安裝配置ETCD
- SwitchOmega 安裝配置
- MySQL安裝配置MySql
- JWT安裝配置JWT
- Prometheus安裝配置Prometheus
- MariaDB 安裝配置
- ccache安裝配置
- alertmanager安裝配置
- VNC安裝配置VNC
- Hive安裝配置Hive
- Zookeeper 安裝配置
- SSH免密登入+JDK安裝配置+Hadoop安裝配置JDKHadoop
- CentOS 7 安裝、配置、使用 PostgreSQL 10 安裝及基礎配置CentOSSQL
- Linux下安裝java及配置(yum安裝)LinuxJava
- Mysql for Linux安裝配置之—— rpm(bundle)安裝MySqlLinux
- Mysql for Linux安裝配置之—— 原始碼安裝MySqlLinux原始碼
- MySQL安裝之二_安裝配置泥潭版MySql
- CentOS安裝配置yumCentOS
- CentOS redis安裝配置CentOSRedis
- Jenkins安裝及配置Jenkins
- Supervisor安裝與配置
- Nginx安裝與配置Nginx
- pip安裝源配置
- zabbix的安裝配置
- hbase 2.0.2安裝配置
- MongoDB安裝配置教程MongoDB
- 【Python】安裝配置gymPython
- OpenEuler安裝配置PostgreSQLSQL