| From: | "Greg Sabino Mullane" <greg(at)turnstep(dot)com> |
|---|---|
| To: | pgsql-novice(at)postgresql(dot)org |
| Cc: | austen(dot)birchall(at)metoffice(dot)gov(dot)uk |
| Subject: | Re: Changing the value of data_directory |
| Date: | 2015-07-27 12:31:25 |
| Message-ID: | 3478f08b6c23b4aad636182c88b5a84d@biglumber.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Austen Birchall wrote:
> postgres=# SHOW data_directory;
> /var/lib/pgsql/data
...
> postgres=# SHOW data_directory;
/var/lib/pgsql/9.4/data
...
> 1. How/when is the value of data_directory set - is it set as part of the install?
Yes. It is set when Postgres starts up, and cannot be changed without a restart. The value
can be hard-coded in your postgresql.conf file, but usually defaults to the PGDATA
environment variable, or the -D option to the 'postgres' program.
> 2. Is it possible to change the value of data_directory without doing a frest install?
Yes. But I would be careful, it looks like you have may have two active clusters. I'd
document everything clearly before proceeding: use "show port" and
"show unix_socket_directories" to learn why you can connect to both clusters at the
same time, if that is the case.
- --
Greg Sabino Mullane greg(at)turnstep(dot)com
End Point Corporation http://www.endpoint.com/
PGP Key: 0x14964AC8 201507270811
http://biglumber.com/x/web?pk=2529DF6AB8F79407E94445B4BC9B906714964AC8
-----BEGIN PGP SIGNATURE-----
iEYEAREDAAYFAlW2JGgACgkQvJuQZxSWSsg70wCfYhpgJx5HdynM9OlLzTvuHCxr
oDwAoPevJBbQTc9Hw8ioHeKSnyUHTuhQ
=3KTG
-----END PGP SIGNATURE-----
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Paul Linehan | 2015-07-27 22:03:42 | Compiling PostgreSQL under Windows (for use with R package). |
| Previous Message | Birchall, Austen | 2015-07-24 13:42:37 | Changing the value of data_directory |