码迷,mamicode.com
首页 > 其他好文 > 详细

postgres 开始wal归档

时间:2018-12-08 23:46:56      阅读:151      评论:0      收藏:0      [点我收藏+]

标签:归档   com   postgre   修改   comm   pos   gre   arc   mode   

postgres 开始wal归档:

a.修改wal_level参数:
alter system set wal_level= ‘replica‘;

postgres=# alter system set wal_level= ‘replica‘;
ALTER SYSTEM

b.修改archive_mode参数:

alter system set archive_mode= ‘on‘;

postgres=# alter system set archive_mode= ‘on‘;
ALTER SYSTEM

c.修改archive_command 参数:

alter system set archive_command = ‘/bin/cp -i %p /pgdata/10/archive_wal/%f‘;

postgres=# alter system set archive_command = ‘/bin/cp -i %p /pgdata/10/archive_wal/%f‘;
ALTER SYSTEM

postgres 开始wal归档

标签:归档   com   postgre   修改   comm   pos   gre   arc   mode   

原文地址:http://blog.51cto.com/1937519/2327897

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!