Re: Moving pg_xlog - Mailing list pgsql-general

From Steven Winfield
Subject Re: Moving pg_xlog
Date
Msg-id E9FA92C2921F31408041863B74EE4C20016B17D3D0@CCPMAILDAG03.cantab.local
Whole thread Raw
In response to Re: Moving pg_xlog  (Lucas Possamai <drum.lucas@gmail.com>)
List pgsql-general

2016-12-02 17:10 GMT+13:00 Michael Paquier <michael.paquier@gmail.com>:

On Fri, Dec 2, 2016 at 1:04 PM, Melvin Davidson <melvin6925@gmail.com> wrote:
>  Well, while the location of pg_xlog is not currently configurable, on Linux system the way to do it is  to:
>  1. stop PostgreSQL
>  2. move the pg_xlog directory to a separate partition
>  3. create a symbolic link to point to the new partition
>  4. restart PostgreSQL

It’s also worth mentioning that the xlog directory can be specified at cluster creation time using ‘initdb -X <directory>’, which (AFAICT) just creates the symlink for you.

 

Steve.

 

 

Dr. Steven Winfield

Scientist

D: +44 (0)1223 755 776

 

Cantab email sig

 

 

Attachment

pgsql-general by date:

Previous
From: Job
Date:
Subject: Postgresql 9.6 and Big Data
Next
From: Alexander Farber
Date:
Subject: Using UPDATE ... RETURNING in a custom SQL function, which RETURNS integer