Skip to main content

Snapshot Status

The snapshot statuses include:

StatusDescription
Not StartedSnapshot has never been performed
In-progressSnapshot is in progress, data is being snapshotted into the Kafka topic
PausedSnapshot has been paused, can be resumed or stopped completely
CompletedSnapshot completed successfully, all data has been snapshotted
FailedSnapshot encountered an error and could not complete (possibly due to missing permissions or database errors)

You can perform actions on snapshots according to the state transition matrix below:

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