Skip to main content

2.26. Snapshot Status

The snapshot statuses include:

StatusDescription
Not StartedThe snapshot has never been executed
In-progressThe snapshot is in progress; data is being snapshotted into the Kafka topic
PausedThe snapshot has been paused and can be resumed or stopped completely
CompletedThe snapshot completed successfully; all data has been snapshotted
FailedThe snapshot encountered an error and could not complete (possibly due to missing permissions or a database error)

You can perform the following actions on a snapshot according to the state transition matrix below:

From Status \ ActionExecuteStopPauseResume
Not Started---
In-progress--
Paused--
Completed---
Failed---