프로그램 사용/postgreSQL
postgresql database / table 복제 및 동기화
구차니
2020. 2. 7. 13:22
하나의 백업 db를 두고 싶어서 어떻게 동기화 해야 하나 찾아보는중
WAL 로그가 있으니 그걸 기반으로 주고받으려나?
[링크 : https://dba.stackexchange.com/questions/170709/need-to-sync-postgresql-db-to-remote]
[링크 : https://stackoverflow.com/questions/6385546/synchronization-between-two-servers-postgres-database]
[링크 : http://wiki.postgresql.org/wiki/Streaming_Replication]