On Wed, Sep 12, 2012 at 09:54:57PM +0200, Henry C. wrote:
> 
> Thanks to all who responded - upgrade was successful!
> 
> One final note, when using pg_upgrade ... --link, it finally recommends
> use of delete_old_cluster.sh to remove the old data files.  I'm tempted,
> but --link re-uses old data files,... bit of a contradiction there, if you
> follow my meaning?
> 
> Is use of delete_old_cluster.sh ok if --link used with pg_upgrade?

Link creates hard links between the old and new cluster.  Removing the
old cluster just changes the file link count from 2 to 1.  Is there a
way to make that clearer?

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to