PostgreSQL15安装pg_rman备份恢复工具
一、下载
1 | [postgres@2 ~]$ psql -V |
二、安装依赖包
1 | [root@2 ~]# yum install zlib-devel postgresql-devel |
三、安装pg_rman
Postgresql安装pg_rman
1 | [root@2 opt]# tar xvf pg_rman-1.3.15-pg15.tar.gz |
四、检查安装
1 | [postgres@2 pg_rman-1.3.15-pg15]$ make installcheck |
- Title: PostgreSQL15安装pg_rman备份恢复工具
- Author: 𝓓𝓸𝓷
- Created at : 2026-08-26 10:55:00
- Updated at : 2026-08-26 11:09:19
- Link: https://www.zhangdong.me/postgresql-pg_rman.html
- License: This work is licensed under CC BY-NC-SA 4.0.
评论
