访问手机版  

Linux常用命令|Linux培训学习|考试认证|工资待遇与招聘,认准超级网工!

招聘|合作 登陆|注册

网络工程师培训

当前位置:网络工程师 > 技术课程 > linux > 热点关注 > linux常用命令

Barman 常用命令

时间:2019-06-16

常用linux命令_linux常用shell命令_linux常用命令

官方操作手册

数据库备份命令

barman备份命令

1、执行全备份

barman backup vlnx053001.foneshare.cn

linux常用shell命令_linux常用命令_常用linux命令

数据库备份检查命令

1、查看可监听的数据库服务器

barman list-server

2、状态检查

barman check vlnx053003.foneshare.cn

barman status vlnx053003.foneshare.cn

linux常用shell命令_常用linux命令_linux常用命令

3、配置检查

barman show-server vlnx053001.foneshare.cn

4、查看备份集

barman list-backup all | vlnx053001.foneshare.cn

5、查看指定备份集的详细信息

barman show-backup vlnx053001.foneshare.cn 20180319T130006

常用linux命令_linux常用shell命令_linux常用命令

6、查看指定备份集包中的所有文件信息

barman list-files --target data vlnx053001.foneshare.cn 20180319T130006

7、查看复制状态信息

barman replication-statusvlnx053001.foneshare.cn

数据库还原命令

Barman还原命令

linux常用命令_常用linux命令_linux常用shell命令

1、本地恢复

barman recover --target-time "2018-04-27 18:04:09+08:00" /opt/postgresql/newdata

2、远程恢复

先停止pg服务

[postgres@vlnx107001 postgresql]$ pg_ctl -D /opt/postgresql/datastop

保险期间创建一个新目录

[postgres@vlnx107001 postgresql]$ mkdir newdatamkdir newdata #即将数据库恢复到该目录中

[postgres@vlnx107001 postgresql]$chmod 0700 newdata

$ $editor postgresql.conflisten_addresses = '192.168.0.10'$ $editor pg_hba.conf# the standby server must have superuser access privileges.host replication postgres 192.168.0.20/22 trustlinux常用命令linux常用命令。heroku postgres logs to the logplex which collates and publishes your application’s log-stream. you can isolate heroku postgres events with the heroku logs command by filtering for the postgres process.。edit the file /usr/local/var/postgres/postgresql.conf:。

 上一个教程:Linux dd命令