When enabling VCHA, the error message appears:
YYYY-MM-DDTHH:MM:SS.ZZZ INFO repl_passive_setup rc = [1], stdout = [], stderr = [pg_basebackup: initiating base backup, waiting for checkpoint to complete .. .... 23791322/24804963 kB (95%), 6/8 tablespaces (...sp/XX_ZZ_XXXXXXX/CCCC/DDDDD) |
vCenter 8
The file postgresql.orig is likely a manually created file to which PostgreSQL does not have permissions.
On a VCHA Active Node:
# cd /storage/db/vpostgres
# ls -la
Check output for files that are owned by root:root rather than vpostgres:vpgmongrp. In the log snippet above we can see the filename "postgresql.orig". Usually, these are files that were created manually as a backup when making changes, so may be called for example, postgresql.orig or postgresql.backup, or something else.