data_directory symlinks - Mailing list pgsql-admin

From Kieren Scott
Subject data_directory symlinks
Date
Msg-id DUB127-W24399E9071F1865BDAA8DCAE760@phx.gbl
Whole thread Raw
Responses Re: data_directory symlinks  (Dhananjay Singh <dk_singh99@yahoo.com>)
List pgsql-admin
Hi

By default pg_createcluster will create a new cluster in /var/lib/postgresql/<version>/<cluster>

I wan't to move my data_directory from this location to another volume (with lots more space). Is it best practice to set the data_directory location --datadir with pg_createcluster, or to just move the data_directory contents to the new volume and then create a symbolic link (as postgres) from /var/lib/postgresql/<version>/ to the new volume? This seems to be essentially the same thing, but I wondered if there were any gotcha's with using symbolic links in this way (e.g. if we tried to run multiple clusters on one host), rather than specifying the data_directory at pg_createcluster time - which subsequently sets this parameter in the postgresql.conf?

Ubuntu Trusty
pg 9.3

Thanks in advance!

pgsql-admin by date:

Previous
From: "Moen, Paul T."
Date:
Subject: pgbench Connection to database "bench" failed:
Next
From: Dhananjay Singh
Date:
Subject: Re: data_directory symlinks