Pergunta

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?

Foi útil?

Solução

PostgreSQL 10+

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

Licenciado em: CC-BY-SA com atribuição
Não afiliado a dba.stackexchange
scroll top