Notable errors include missing TimescaleDB internal relations/columns, failures on COPY operations for non-existent views, and missing functions in triggers:
ERROR: relation "_timescaledb_catalog.chunk_index" does not exist
ERROR: column "finalized" of relation "continuous_agg" does not exist
ERROR: cannot copy to view "bgw_job"
ERROR: relation "_timescaledb_config.bgw_job_id_seq" does not exist
ERROR: function _timescaledb_functions.insert_blocker() does not exist
Steps to reproduce
Expected behavior
Actual behavior
The timescaledb container fails to restore correctly, leading to several errors (see below) and aborting the restoration process entirely.
Notable errors include missing TimescaleDB internal relations/columns, failures on COPY operations for non-existent views, and missing functions in triggers:
Restoration output excerpts:
Attachment
samba-restore.txt
Components
See also