[v15 beta] pg_upgrade failed if earlier executed with -c switch
tushar <tushar.ahuja@enterprisedb.com>
From: tushar <tushar.ahuja@enterprisedb.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2022-06-03T11:19:36Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Restructure pg_upgrade output directories for better idempotence
- 4fff78f00910 15.0 landed
Hi, While performing pg_upgrade from v15Beta binaries/source, I got this error below error could not create directory "d2/pg_upgrade_output.d": File exists Failure, exiting *Steps to reproduce * v15 Beta sources initalize a cluster ( ./initdb -D d1) initalize another cluster ( ./initdb -D d2) run pg_upgrade with -c option ( ./pg_upgrade -d d1 -D d2 -b . -B . -c -v) run pg_upgrade without -c option ( ./pg_upgrade -d d1 -D d2 -b . -B .) -- -- -- Error This behavior was not there in earlier released versions, i guess. Is it expected behavior now onwards? -- regards,tushar EnterpriseDB https://www.enterprisedb.com/ The Enterprise PostgreSQL Company