Re: Alternate Datafile Location - Mailing list pgsql-admin

From Sam Stearns
Subject Re: Alternate Datafile Location
Date
Msg-id CAN6TVjn50xywz0qKcVhra1GFmYF0n1g4s7gdBVMdUr1Dpt9cng@mail.gmail.com
Whole thread Raw
In response to Re: Alternate Datafile Location  (Scott Ribe <scott_ribe@elevated-dev.com>)
Responses Re: Alternate Datafile Location
Re: Alternate Datafile Location
List pgsql-admin
Ok, we were going with the approach of the Postgres software (cluster) being on the root filesystem then creating databases with data file storage on an alternate filesystem.

It's sounding like the better approach would be to install the Postgres software (cluster with initdb) on a filesystem other than root.  Do I have that right?

On Fri, Aug 30, 2024 at 9:17 AM Scott Ribe <scott_ribe@elevated-dev.com> wrote:
You should take a step back and read the basic documentation on PG administration. For instance: https://www.postgresql.org/docs/16/creating-cluster.html

We (at least I) have been assuming that you wanted to create a new database cluster, to run a server against that storage, using initdb. Using an already running server to put data elsewhere, using createdb is different, and requires that you create a tablespace first: https://www.postgresql.org/docs/16/manage-ag-tablespaces.html



--

Samuel Stearns
Lead Database Administrator
c: 971 762 6879 | o: 503 672 5115 | DAT.com

DAT

pgsql-admin by date:

Previous
From: Scott Ribe
Date:
Subject: Re: Alternate Datafile Location
Next
From: Ron Johnson
Date:
Subject: Re: Alternate Datafile Location