can we timetravel with local d1 ?

can we timetravel with local d1 ?
2 Replies
Ahmed Eid
Ahmed EidOP2mo ago
I mean
wrangler d1 time-travel restore testDB --bookmark=xx-xxx-xx
wrangler d1 time-travel restore testDB --bookmark=xx-xxx-xx
does this timetravel a the local or a the remote db ?
gruntlord6
gruntlord62mo ago
Time travel uses the WAL that cloudflare stores and uses throughout the network, so I don't think that feature can work locally. Your local equivelent would be snapshotting the disk or copying the file with a script

Did you find this page helpful?