Вопрос

There uesd to be a directory called pg_xlog that stored all of the WAL logs in PostgreSQL? Part of restoring a basebackup under the archiving scheme required me to copy the WAL into DATA_DIR/pg_xlog. What happened to this directory?

Это было полезно?

Решение

PostgreSQL 10+

In PostgreSQL 10 the WAL directory was renamed from pg_xlog to the easier to remember pg_wal.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с dba.stackexchange
scroll top