Snapshot Status
The snapshot statuses include:
| Status | Description |
|---|---|
| Not Started | Snapshot has never been performed |
| In-progress | Snapshot is in progress, data is being snapshotted into the Kafka topic |
| Paused | Snapshot has been paused, can be resumed or stopped completely |
| Completed | Snapshot completed successfully, all data has been snapshotted |
| Failed | Snapshot 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 \ Action | Execute | Stop | Pause | Resume |
|---|---|---|---|---|
| Not Started | - | - | - | |
| In-progress | - | - | ||
| Paused | - | - | ||
| Completed | - | - | - | |
| Failed | - | - | - |