/opt/vmware/appliance/bin/create-backup.shvcloud DB backup failed" /opt/vmware/var/log/backup.log of you see entries similar to:pg_dump: dumping contents of table "public.job_steps"pg_dump: dumping contents of table "public.jobs"pg_dump: error: Dumping the contents of table "jobs" failed: PQgetCopyData() failed.pg_dump: error: Error message from server: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request.pg_dump: error: The command was: COPY public.jobs (job_id, job_type, operation, status, object, starttime, stoptime, admin_details, user_details, ui_admin_message, ui_user_message, debug, admin_major_error_code, user_major_error_code, minor_error_code, object_type, object_id, thread_id, cell_instance_id, cell_name, root_job_id, parent_job_id, user_id, org_id, operation_full, object_type_full, user_name, org_name, progress, cancel_requested, locale, pre_processor_entity_id, pre_processor_entity_type, pre_processor_name, org_member_id, external_object_id, external_object_href, service_name, vendor_specific_error_code, result, subprovider_details, ui_subprovider_message) TO stdout;2026-03-01 13:25:40 | create-backup.sh | [ERROR] vcloud DB backup failed.VMware Cloud Director 10.6.X
This issue can occur due to the large growth in the size of the jobs table in the cloud director database.
To confirm the current size of the jobs table please perform the following:
SSH root@<VCD_FQDN>sudo -i -u postgres psql vcloud
SELECT pg_size_pretty (pg_total_relation_size('jobs')) size;This issue is resolved by reducing the "Log History to Keep" from 90 days by default down to 1 day in the Cloud Director provider portal, this will remove jobs that have been completed from the cloud director database after 24 hours:
jobs table again to verify that the size has reduced.For more information on the Log History to Keep please see: General VMware Cloud Director System Settings
Cloud Director アプライアンスのバックアップ取得試行時に "vcloud DB backup failed" エラーが発生する