Yes, it is possible to do point in time recovery.  We may trigger a server
to take a snapshot.  Then, it can restore to that snapshot.  Another way is
to configure the server to not to delete the log.  Then, it can replay the
log up to a particular index.

Tsz-Wo

On Wed, Jul 26, 2023 at 9:13 AM Asad Awadia <[email protected]> wrote:

> Since raft is conceptually similar to a write ahead log
>
> Is it possible to do some sort of point in time recovery in case of
> accidental deletions and mistakes
>
> Like restore up to raft index N
>
> Similar to pitr in postgres?
>
>

Reply via email to