edgedb restore​

Restore an EdgeDB database from a backup file.

  1. edgedb restore [options] path

Description​

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.

Options​

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.