📹 The future of AI infrastructure: optimize and shard your database with agents.Watch the talk
Navigation

Create a Postgres branch from a restore point

You can now create a PostgreSQL branch restored to a point-in-time timestamp with --restore-point. Pass --restore for a specific backup, or --from so the CLI can look up a backup that covers that time.

pscale branch create <database> <branch> --from <source-branch> --restore-point 2026-08-01T00:00:00Z

--restore-point is PostgreSQL only and cannot be combined with --seed-data.

Read the CLI branch docs