Re: delete old cluster after pg_upgrade with -k option

2021-02-16 Thread Laurenz Albe
On Wed, 2021-02-17 at 11:39 +0530, Atul Kumar wrote: > I have upgrade the postgres cluster from 9.5 to 9.6 using pg_upgarde > utility with -k option. > > Now I just wanted to be confirmed that is it safe to run > delete_old_cluster.sh file as we have used -k option that must created > hard links w

delete old cluster after pg_upgrade with -k option

2021-02-16 Thread Atul Kumar
Hi, I have upgrade the postgres cluster from 9.5 to 9.6 using pg_upgarde utility with -k option. Now I just wanted to be confirmed that is it safe to run delete_old_cluster.sh file as we have used -k option that must created hard links with old cluster. Suggestions are welcome.