I currently have my Greenplum database installed and running on a server. I have attached a new hard disk and have simply copied the master directory and all of the segment directories over because I want to point my database to the data on the new hard disk.
I have changed the environment variable MASTER_DATA_DIRECTORY to point to the new master directory, however I cannot figure out how to point to the new segment data directories. How can I point to the new directories so that when I run gpstart, my database starts up pointing to the data on the new hardware?
Thanks