Skip to content

Commit c70bb12

Browse files
authored
Update binary-backups.mdx
1 parent f85bf59 commit c70bb12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dgraph/enterprise/binary-backups.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ client like Insomnia, GraphQL Playground or GraphiQL.
111111
```graphql
112112
mutation {
113113
backup(
114-
input: { destination: "s3://s3.us-west-2.amazonaws.com/<bucketname>" }
114+
input: { destination: "s3:///s3.us-west-2.amazonaws.com/<bucketname>" }
115115
) {
116116
response {
117117
message
@@ -829,7 +829,7 @@ default.
829829
### Restore from Amazon S3
830830

831831
```sh
832-
dgraph restore --postings "/var/db/dgraph" --location "s3://s3.<region>.amazonaws.com/<bucketname>"
832+
dgraph restore --postings "/var/db/dgraph" --location "s3:///s3.<region>.amazonaws.com/<bucketname>"
833833
```
834834

835835
### Restore from MinIO

0 commit comments

Comments
 (0)