Re: Changing the value of data_directory
От | Amit S. |
---|---|
Тема | Re: Changing the value of data_directory |
Дата | |
Msg-id | CAC-OOAtYT4TMoiw-zU2_F8_drhS32X0DT+L6FPC4X79ws3QvKQ@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: Changing the value of data_directory ("Greg Sabino Mullane" <greg@turnstep.com>) |
Список | pgsql-novice |
Try, ps -ef | grep postgres and see how many postgres processes are running. You might only need one.
On Mon, Jul 27, 2015 at 6:01 PM, Greg Sabino Mullane <greg@turnstep.com> wrote:
-----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@turnstep.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-----
--
Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-novice
--
Amit Sharma
В списке pgsql-novice по дате отправления: