postgresql使用pg_rman备份恢复
admin
2023-02-09 03:40:02
0

os:centos 7.5
postgresql: 10.0
1.软件下载:
https://github.com/ossc-db/pg_rman/releases/pg_rman-1.3.7-1.pg10.rhel7.x86_64.rpm

2.安装pg_rman:
[root@my-mm ~]# yum localinstall pg_rman-1.3.7-1.pg10.rhel7.x86_64.rpm
Loaded plugins: fastestmirror
Examining pg_rman-1.3.7-1.pg10.rhel7.x86_64.rpm: pg_rman-1.3.7-1.pg10.rhel7.x86_64
Marking pg_rman-1.3.7-1.pg10.rhel7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package pg_rman.x86_64 0:1.3.7-1.pg10.rhel7 will be installed
--> Processing Dependency: postgresql10-libs for package: pg_rman-1.3.7-1.pg10.rhel7.x86_64
Loading mirror speeds from cached hostfile
 * base: mirrors.aliyun.com
 * epel: mirrors.ustc.edu.cn
 * extras: centos.ustc.edu.cn
 * updates: mirrors.cn99.com
--> Finished Dependency Resolution
Error: Package: pg_rman-1.3.7-1.pg10.rhel7.x86_64 (/pg_rman-1.3.7-1.pg10.rhel7.x86_64)
           Requires: postgresql10-libs
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

安装依赖包库,再次安装::
rpm -ivh https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7.5-x86_64/pgdg-centos10-10-2.noarch.rpm
yum localinstall pg_rman-1.3.7-1.pg10.rhel7.x86_64.rpm
安装后的pg_rman 路径:
/usr/pgsql-10/bin/pg_rman

3.配置pg_rman初始化备份目录:
cd /pgdata/10/backup
/usr/pgsql-10/bin/pg_rman init -B /pgdata/10/backup/
INFO: ARCLOG_PATH is set to '/pgdata/10/archive_wal'
INFO: SRVLOG_PATH is set to '/pgdata/10/log'


4.添加用户环境变量:

su - postgres

vi ~/.bash_profile

export ARCLOG_PATH=/pgdata/10/archive_wal
export SRVLOG_PATH=/pgdata/10/log
export BACKUP_PATH=/pgdata/10/backup

5.pg_rman备份脚本:
vim /pgdata/10/script/pg_rmanbackup.sh
#!/bin/bash
source ~/.bash_profile
export ARCLOG_PATH='/pgdata/10/archive_wal'
export SRVLOG_PATH='/pgdata/10/log'
export BACKUP_PATH='/pgdata/10/backup'

/usr/pgsql-10/bin/pg_rman backup --backup-mode=full --progress -Z --keep-data-days=7 --keep-arclog-days=7 ;
/usr/pgsql-10/bin/pg_rman validate;

6.执行备份,可以添加到定时任务,下面为手动执行:
[postgres@postgres]$ chmod +x pg_rmanbackup.sh
[postgres@postgres]$ ./pg_rmanbackup.sh
INFO: copying database files
Processed 985 of 985 files, skipped 0
INFO: copying archived WAL files
Processed 4 of 4 files, skipped 0
INFO: backup complete
INFO: Please execute 'pg_rman validate' to verify the files are correctly copied.
INFO: start deleting old archived WAL files from ARCLOG_PATH (keep days = 7)
INFO: the threshold timestamp calculated by keep days is "2018-12-05 00:00:00"
INFO: start deleting old backup (keep after = 2018-12-05 00:00:00)
INFO: does not include the backup just taken
INFO: validate: "2018-12-12 03:28:38" backup and archive log files by CRC
INFO: backup "2018-12-12 03:28:38" is valid

确认:
[postgres@postgres]$ pg_rman show -B /pgdata/10/backup/
=====================================================================
 StartTime           EndTime              Mode    Size   TLI  Status
=====================================================================
2018-12-12 03:28:38  2018-12-12 03:28:46  FULL  5184kB     1  OK

6.pg_rman使用帮助:
pg_rman --help


7.恢复:
删除数据库:
rm -rf /pgdata/10/data/*
查看备份信息:
pg_rman show

=====================================================================
 StartTime           EndTime              Mode    Size   TLI  Status
=====================================================================
2018-12-12 03:28:38  2018-12-12 03:28:46  FULL  5184kB     1  OK

pg_rman  restore -D /pgdata/10/data/ --recovery-target-time='2018-12-12 10:00:00'
[postgres@postgres]$ pg_rman  restore -D /pgdata/10/data/ --recovery-target-time='2018-12-12 10:00:00' -B /pgdata/10/backup/
WARNING: pg_controldata file "/pgdata/10/data//global/pg_control" does not exist
INFO: the recovery target timeline ID is not given
INFO: use timeline ID of latest full backup as recovery target: 1
INFO: calculating timeline branches to be used to recovery target point
INFO: searching latest full backup which can be used as restore start point
INFO: found the full backup can be used as base in recovery: "2018-12-12 03:28:38"
INFO: copying online WAL files and server log files
INFO: clearing restore destination
INFO: validate: "2018-12-12 03:28:38" backup and archive log files by SIZE
INFO: backup "2018-12-12 03:28:38" is valid
INFO: restoring database files from the full mode backup "2018-12-12 03:28:38"
INFO: searching incremental backup to be restored
INFO: searching backup which contained archived WAL files to be restored
INFO: backup "2018-12-12 03:28:38" is valid
INFO: restoring WAL files from backup "2018-12-12 03:28:38"
INFO: restoring online WAL files and server log files
INFO: generating recovery.conf
INFO: restore complete
HINT: Recovery will start automatically when the PostgreSQL server is started.

启动数据库确认数据:
pg_ctl start

相关内容

热门资讯

王虹、邓煜为啥能获菲尔兹奖? 当地时间7月23日早晨,2026年国际数学家大会在美国费城开幕。国际数学联盟在开幕式上正式公布第二十...
高温津贴,不能用绿豆汤冲抵 近日,深圳市人力资源和社会保障局发布关于高温津贴的典型劳动仲裁案例,并普法提醒:即便劳动合同约定日薪...
菲律宾,你到底想干什么 中国和菲律宾关系,又出幺蛾子了。反正,最近几天,麻烦不断,场面火爆。仁爱礁,菲两艘小艇冲撞我巡逻船只...
聚焦长期价值,方舟云康以数智化... 来源:江南时报 在慢病管理领域,单纯追逐“流量”的互联网医疗模式已显疲态。当线上获客成本持续走高、用...
阿拉比卡以后喝不到了?对话云大... 搜狐科技《思想大爆炸——对话科学家》栏目第157期,对话云南大学农学院教授何飞飞。 嘉宾简介: 何飞...
微信重磅更新!超实用 7月23日,微信派发文晒微信未成年人模式,进入“未成年人模式”后,家长可为孩子设置“每日消费限额”和...
13岁少年帮聋哑舅舅卖瓜,记者... 河南13岁少年帮聋哑舅舅卖瓜走红,记者购买2万斤西瓜助农,临走时少年妈妈拉着记者表示感谢:“如果不是...
12999元起!三星首款阔折叠... 7月22日晚,三星举行 Galaxy Z8 系列折叠屏手机全球发布会,一口气带来了Galaxy Z ...
西门子抽油烟机为什么不转了 西门子抽油烟机为什么不转了1、可能是油烟机里面的电机坏掉了,或者是里面的风扇叶片上有太多的油渍,也有...
四预警齐发!台风“红霞”最新路... 今天(24日)6时,中央气象台发布高温黄色预警、暴雨蓝色预警、强对流天气蓝色预警、台风橙色预警。高温...