Re: Alternate Datafile Location - Mailing list pgsql-admin

From Scott Ribe
Subject Re: Alternate Datafile Location
Date
Msg-id 27AD65D0-857C-440A-B2B3-CACD8BE12BD0@elevated-dev.com
Whole thread Raw
In response to Re: Alternate Datafile Location  (Sam Stearns <sam.stearns@dat.com>)
Responses Re: Alternate Datafile Location
List pgsql-admin
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
thatyou create a tablespace first: https://www.postgresql.org/docs/16/manage-ag-tablespaces.html 




pgsql-admin by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Alternate Datafile Location
Next
From: Sam Stearns
Date:
Subject: Re: Alternate Datafile Location