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.