You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the ducklake docs to create a backup.
Following the postgres -> duckdb instructions verbatim yields an error.
Am I missing an extension or...?
ATTACH 'postgres:connection_string' AS db (READ_ONLY);
ATTACH 'duckdb:backup.duckdb' AS backup;
COPY FROM DATABASE db TO backup;
Missing Extension Error:
Cannot bind index 'ducklake_snapshot_changes', unknown index type''. You need to load the extension that provides this index type before table 'ducklake_snapshot_changes' can be modified.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the ducklake docs to create a backup.
Following the postgres -> duckdb instructions verbatim yields an error.
Am I missing an extension or...?
Beta Was this translation helpful? Give feedback.
All reactions