Re: Changing default ../data/ directory - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Changing default ../data/ directory
Date
Msg-id d5fb209d-a3ae-1b66-d292-f26898d3477f@aklaver.com
Whole thread Raw
In response to Changing default ../data/ directory  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Changing default ../data/ directory
List pgsql-general
On 1/4/20 7:20 AM, Rich Shepard wrote:
> I run Slackware (currently -14.2/x86_64) and postgres-11.5. The data
> directory has always been located in /var/lib/pgsql/<version>/data. This
> data directory is located in the / partition on a 240G SSD.
> 
> There's another 2T HDD with a /data partition and I want to both move the
> current /var/lib/pgsql/data cluster to /data/pgsql/11 and have all future
> databases use that location.
> 
> The PGDATA environment variable used to be used for this (but I never did
> get it satisfactorily working). Web searches show changing initdb or,
> perhaps, postgresql.conf (there is a /usr/share/postgresql.conf.sample but
> no postgresql.conf).

Not following above:

1) Are you looking for your current postgresql.conf?

2) Some examples of postgresql.conf?

More below.
> 
> As this is all new to me I want to learn how to:
> 
> 1) Define a postgresl.conf and learn where it should be located.
> 
> 2) Move all current databased in /var/lib/pgsql/11/data to /data/pgsql/11.
> 
> 3) Create all new databases in /data/pgsql/11 by default.
> 
> I'm sure it's in the manual yet I'm unsure just where to start reading.
> 
> Rich
> 
> 

https://www.postgresql.org/docs/11/runtime-config-file-locations.html#GUC-DATA-DIRECTORY


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: nikhil raj
Date:
Subject: Re: Changing default ../data/ directory
Next
From: Adrian Klaver
Date:
Subject: Re: When should parameters be passed as text v. binary?