Skip to content

Commit

Permalink
include --request-payer flag in docs (#18452)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjmartin authored Jun 28, 2024
1 parent 4b6972c commit d9c0c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guides/operator/snapshots.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To restore from a RocksDB snapshot, follow these steps:
1. Place the snapshot into the directory that the `db-config` value points to in your fullnode.yaml file. For example, if the `db-config` value points to `/opt/sui/db/authorities_db/full_node_db` and you want to restore from epoch 10, then copy the snapshot to the directory with this command:

You can use the aws cli (provided you have credentials to associate with the download):
`aws s3 cp s3://<BUCKET_NAME>/epoch_10 /opt/sui/db/authorities_db/full_node_db/live --recursive`.
`aws s3 cp s3://<BUCKET_NAME>/epoch_10 /opt/sui/db/authorities_db/full_node_db/live --recursive --request-payer`.

An alternative is to use `sui-tool` to copy the files:
```
Expand Down

0 comments on commit d9c0c7e

Please sign in to comment.