Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/Database Type/RDBMS/PostgreSQL/Postgre Backup/
Postgre Archive Mode
Search

Postgre Archive Mode

Creator
Creator
Seonglae Cho
Created
Created
2021 Oct 19 6:56
Editor
Editor
Seonglae Cho
Edited
Edited
2021 Oct 19 6:57
Tags
Tags
모드 활성화 conf
 
 
 
PostgreSQL Documentation: archive_mode parameter
When archive_mode is enabled, completed WAL segments are sent to archive storage by setting archive_command. In addition to off, to disable, there are two modes: on, and always. During normal operation, there is no difference between the two modes, but when set to always the WAL archiver is enabled also during archive recovery or standby mode.
PostgreSQL Documentation: archive_mode parameter
https://postgresqlco.nf/doc/en/param/archive_mode/
PostgreSQL Documentation: archive_mode parameter
rastalion.me
https://rastalion.me/415/
[PostgreSQL] PostgreSQL 아카이브 백업과 특정시점 복구방법
PostgreSQL 백업 방법 PostgreSQL 은 장애시 복구를 위해 3가지 백업방법이 있습니다. 3가지 방법은 SQL 덤프 / 파일 시스템 기반 백업 / 아카이브 모드 백업입니다. 이 중 아카이브 모드 백업에 대해 다뤄보겠습..
[PostgreSQL] PostgreSQL 아카이브 백업과 특정시점 복구방법
https://mozi.tistory.com/560
[PostgreSQL] PostgreSQL 아카이브 백업과 특정시점 복구방법
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Data Engineering/DataBase/Database Type/RDBMS/PostgreSQL/Postgre Backup/
Postgre Archive Mode
Copyright Seonglae Cho