2024-12-27から1日間の記事一覧

postgres 17 ストリーミングレプリケーション

https://www.postgresql.org/docs/current/recovery-config.html recovery.confは12で削除 → postgresql.conf promote_trigger_file(15以下), trigger_file(12以前)は削除 → 代わりにpg_ctl promoteかpg_promote()を使う postgresql.confのstandby_modeは削…