Light
Dark
System
v2latest
v3dev
v2latest
v1

edgedb restore

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.

path

The name of the backup file to restore the database from.

--all

Restore all databases and the server configuration using the directory specified by the path.

-v, --verbose

Verbose output.

Light
Dark
System