Restore an EdgeDB database from a backup file.
edgedb restore [options] path
edgedb restore
is a terminal command used to restore an EdgeDB database
from a backup file. An empty target database must be created before using
this command.
The restore
command restores the backup file into the database it is
connected to. For specifying the connection target see connection
options.
The name of the backup file to restore the database from.
Restore all databases and the server configuration using the directory specified by the path.
Verbose output.