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
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,4 @@ Pass custom Go-GRPC example to the runnable by passing a `customExampleGoGRPC` t
106
106
**Note:** Runnable doesn't support passing a multiline string as an argument to a shortcode. Therefore, you have to create the whole custom example in a single line string by replacing newlines with `\n`.
107
107
108
108
## History
109
-
v24.0:
110
-
=======
111
109
add Hypermode banner by updating the hugo-docs repository with topbat template.
Copy file name to clipboardExpand all lines: content/deploy/cli-command-reference.md
+4-31Lines changed: 4 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ The general syntax for superflags is as follows: `--<super-flag-name> option-a=v
40
40
41
41
{{% notice "note" %}}
42
42
You should encapsulate the options for a superflag in double-quotes (`"`) if any
43
-
of those option values include spaces. You can also encapsulate options in
44
-
double-quotes to improve readability. So, you can also use the following
43
+
of those option values include spaces. You can encapsulate options in
44
+
double-quotes to improve readability. You can also use the following
45
45
syntax for superflags: `--<super-flag-name> "option-a=value; option-b=value"`.
46
46
{{% /notice %}}
47
47
@@ -229,7 +229,7 @@ The commands in these groups are shown in the following table:
229
229
| Dgraph debug |[`debuginfo`](#dgraph-debuginfo)| Generates information about the current node for use in debugging issues with Dgraph clusters |
230
230
| Dgraph tools |[`completion`](#dgraph-completion)| Generates shell completion scripts for `bash` and `zsh`|
231
231
| Dgraph tools |[`conv`](#dgraph-conv)| Converts geographic files into RDF so that they can be consumed by Dgraph |
232
-
| Dgraph tools |[`decrypt`](#dgraph-decrypt)| Decrypts an export file created by an encrypted Dgraph cluster|
232
+
| Dgraph tools |[`decrypt`](#dgraph-decrypt)| Decrypts an export file created by an encrypted Dgraph Cluster|
233
233
| Dgraph tools |[`export_backup`](#dgraph-export_backup)| Converts a binary backup created using Dgraph Enterprise Edition into an exported folder. |
234
234
| Dgraph tools |[`increment`](#dgraph-increment)| Increments a counter transactionally to confirm that a Dgraph Alpha node can handle query and mutation requests |
235
235
| Dgraph tools |[`lsbackup`](#dgraph-lsbackup)| Lists information on backups in a given location |
@@ -929,7 +929,7 @@ Use "dgraph conv [command] --help" for more information about a command.
929
929
#### `dgraph decrypt`
930
930
931
931
This command lets you decrypt an export file created by an encrypted Dgraph
932
-
cluster. The following replicates the help listing shown when you run
932
+
Cluster. The following replicates the help listing shown when you run
933
933
`dgraph decrypt --help`:
934
934
935
935
```shell
@@ -1080,33 +1080,6 @@ Flags:
1080
1080
Use "dgraph migrate [command] --help"for more information about a command.
1081
1081
```
1082
1082
1083
-
#### `dgraph raftmigrate`
1084
-
1085
-
This command runs the Dgraph Raft migration tool.<!-- TBD need to say more about this -->
1086
-
The following replicates the help listing shown when you run `dgraph raftmigrate --help`:
1087
-
1088
-
```shell
1089
-
Run the Raft migration tool
1090
-
Usage:
1091
-
dgraph raftmigrate [flags]
1092
-
1093
-
Flags:
1094
-
--encryption_key_file string The file that stores the symmetric key of length 16, 24, or 32 bytes. The key size determines the chosen AES cipher (AES-128, AES-192, and AES-256 respectively). Enterprise feature.
1095
-
-h, --help helpfor raftmigrate
1096
-
--new-dir string Path to the new (z)w directory.
1097
-
--old-dir string Path to the old (z)w directory.
1098
-
--vault string Vault options
1099
-
addr=http://localhost:8200; Vault server address in the form of http://ip:port
1100
-
field=enc_key; Vault kv store field whose value is the base64 encoded encryption key.
1101
-
format=base64; Vault field format: raw or base64.
1102
-
path=secret/data/dgraph; Vault kv store path. e.g. secret/data/dgraph for kv-v2, kv/dgraph for kv-v1.
1103
-
role-id-file=; File containing Vault role-id used for approle auth.
1104
-
secret-id-file=; File containing Vault secret-id used for approle auth.
Copy file name to clipboardExpand all lines: content/enterprise-features/binary-backups.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -693,7 +693,7 @@ input RestoreTenantInput {
693
693
}
694
694
```
695
695
696
-
## Offline restore
696
+
## Offline restore (DEPRECATED)
697
697
698
698
The restore utility is now a standalone tool. A new flag, `--encryption key-file=value`, is now part of the restore utility, so you can use it to decrypt the backup. The file specified using this flag must contain the same key that was used for encryption during backup. Alternatively, starting with `v20.07.0`, the `vault` superflag can be used to restore a backup.
@@ -110,7 +109,7 @@ With this schema, Dgraph requires a unique `username` when creating a new user.
110
109
If in a type there are multiple `@id` fields, then in a `get` query these arguments will be optional. If in a type there's only one field defined with either `@id` or `ID`, then that will be a required field in the `get` query's arguments.
111
110
{{% /notice %}}
112
111
113
-
<!--
112
+
<!--
114
113
### More to come
115
114
116
115
We are currently considering allowing types other than `String` with `@id`, see [here](https://discuss.dgraph.io/t/id-with-type-int/10402)
Copy file name to clipboardExpand all lines: content/graphql/schema/types.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ GraphQL interfaces allow you to define a generic pattern that multiple types fol
147
147
148
148
AccordingtoGraphQLspecifications, youcanhavethesamefieldsinimplementingtypesastheinterface. Insuchcases, theGraphQLlayerwillgeneratethecorrectDgraphschema without duplicate fields.
149
149
150
-
If you repeat a field name in a type, it must be of the same type (including list or scalar types), and it must have the same nullable condition as the interface's field. Note that if the interface's field has a directory like `@search` then it will be inherited by the implementing type's field.
150
+
If you repeat a field name in a type, it must be of the same type (including list or scalar types), and it must have the same nullable condition as the interface's field. Note that if the interface's field has a directive like `@search` then it will be inherited by the implementing type's field.
0 commit comments