execute restore entire-db
Use this command to perform a full restoration of the ClickHouse database from a previously saved backup file <saved-filename>. The restore operation retrieves the backup from the specified source and restores it to the local device.
|
|
|
Syntax
execute restore entire-db {disk|scp|ftp|tftp} <saved-filename> <server>[:ftp port] <user-name> <password>
|
Variable |
Description |
Default |
|---|---|---|
|
disk |
The local disk. |
|
|
ftp |
The FTP server. |
|
|
scp |
The SCP server. |
|
|
tftp |
The TFTP server. |
|