Skip to content

Commit 29349b6

Browse files
authored
Update modules/ROOT/pages/errors/gql-errors/42NAC.adoc
1 parent e6392b3 commit 29349b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/errors/gql-errors/42NAC.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ error: syntax error or access rule violation - invalid CREATE DATABASE statemen
66

77
== Explanation
88
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.
1011

1112
== Example scenario
1213
For example, try to create a database with using the following command:

0 commit comments

Comments
 (0)