From 81499091a80edc941534994984de5498ec58c7fc Mon Sep 17 00:00:00 2001 From: Aman Mangal Date: Tue, 30 Sep 2025 20:24:19 +0530 Subject: [PATCH] Update binary-backups.mdx --- dgraph/enterprise/binary-backups.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgraph/enterprise/binary-backups.mdx b/dgraph/enterprise/binary-backups.mdx index 64685c04..249a9d99 100644 --- a/dgraph/enterprise/binary-backups.mdx +++ b/dgraph/enterprise/binary-backups.mdx @@ -111,7 +111,7 @@ client like Insomnia, GraphQL Playground or GraphiQL. ```graphql mutation { backup( - input: { destination: "s3:///s3.us-west-2.amazonaws.com/" } + input: { destination: "s3:///" } ) { response { message