Re: pg_upgrade should truncate/remove its logs before running
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Bruce Momjian <bruce@momjian.us>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>, Tom Lane <tgl@sss.pgh.pa.us>, Daniel Gustafsson <daniel@yesql.se>, Andrew Dunstan <andrew@dunslane.net>, pgsql-hackers@lists.postgresql.org
Date: 2022-01-24T22:53:28Z
Lists: pgsql-hackers
On Mon, Jan 24, 2022 at 02:44:21PM -0500, Bruce Momjian wrote: > OK, thanks. There are really two cleanups --- first, the "log" > directory, and second deletion of the old cluster by running > delete_old_cluster.sh. Yes, this is the same thing as what's done on HEAD with a two-step cleanup, except that we just only need to remove the log directory rather than each individual log entry. -- Michael
Commits
-
pg_upgrade: Move all the files generated internally to a subdirectory
- 38bfae365266 15.0 landed