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
{{ message }}
This repository was archived by the owner on Apr 20, 2026. It is now read-only.
Create a consistent restore point for all nodes in a multi-node cluster
topics
distributed hypertables
multi-node
keywords
distributed hypertables
restore
backups
multi-node
tags
clusters
write-ahead logs
recovery
api
license
type
community
function
seo
robots
noindex
import MultiNodeDeprecation from "versionContent/_partials/_multi-node-deprecation.mdx";
create_distributed_restore_point()
Creates a same-named marker record, for example restore point, in the
write-ahead logs of all nodes in a multi-node TimescaleDB cluster.
The restore point can be used as a recovery target on each node, ensuring the
entire multi-node cluster can be restored to a consistent state. The function
returns the write-ahead log locations for all nodes where the marker record was
written.
This function is similar to the $PG function
pg_create_restore_point, but it has been modified
to work with a distributed database.
This function can only be run on the access node, and requires superuser
privileges.