You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the `existingMetadata: use` option to restore a database from a backup, the backup metadata script must contain exactly one `CREATE DATABASE` statement.
9
-
This statement must use the parameter `$database` to specify the name of the database being restored. If the metadata script is missing this statement or contains an invalid statement, the `CREATE DATABASE` operation will fail with this error.
9
+
This statement must use the parameter `$database` to specify the name of the database being restored.
10
+
If the metadata script is missing this statement or contains an invalid statement, the `CREATE DATABASE` operation will fail with this error.
10
11
11
12
== Example scenario
12
13
For example, try to create a database with using the following command:
0 commit comments