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