Hi all,
We are facing a problem where the backups performed with gpbackup fail with error: [CRITICAL]:-ERROR: relation "pg_aoseg.pg_aocsseg_16535704" does not exist (SQLSTATE 42P01)
The gpbackup command we use: gpbackup --dbname edwdb --include-table-file /home/gpadmin/backup/scripts/get_2022_Q4_backup.txt --leaf-partition-data --jobs 32 --compression-level 9 --verbose --backup-dir /data/san/backups]
The relation mentioned in the error is not in the list of tables to be backed up.
GP environment setup:Any assistance will be appreciated.
--
You received this message because you are subscribed to the Google Groups "Greenplum Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gpdb-users+...@greenplum.org.
To view this discussion on the web visit https://groups.google.com/a/greenplum.org/d/msgid/gpdb-users/a9b8806d-c958-4e75-ac55-a81298c07f74n%40greenplum.org.
In this case, there are about 20000 tables selected for backup, and about half of the tables are Column-oriented. I cannot identify the base table associated with the metadata table referenced in the logs as it also does not exist. I ran this query SELECT relid::regclass, segrelid::regclass FROM pg_appendonly where segrelid = 'pg_aoseg.pg_aocsseg_16535704'::regclass;
Hi Ashwin,I have set gp_select_invisible to on and ran the select query as advised but I am getting the relation does not exist error.ERROR: relation "pg_aoseg.pg_aocsseg_16535704" does not exist