rpk cluster storage restore
Interact with the topic restoration process.
This command is used to restore topics from the archival bucket, which can be useful for disaster recovery or if a topic was accidentally deleted.
To begin the recovery process, use the restore start command. Note that this
process can take a while to complete, so the command will exit after starting
it. If you want the command to wait for the process to finish, use the “--wait”
or “-w” flag.
You can check the status of the recovery process with the restore status
command after it has been started.
Subcommands
| Command | Description |
|---|---|
Start the cluster restoration process. This command starts the process of restoring data from a failed cluster with Tiered Storage enabled, including its metadata, onto a new cluster. |
|
Fetch the status of the topic restoration process. This command fetches the status of the process of restoring topics from the archival bucket. |
Global flags
| Value | Type | Description |
|---|---|---|
|
string |
Redpanda or |
|
stringArray |
Override |
|
bool |
Ignore |
|
string |
|
|
bool |
Enable verbose logging. |