Skip to content

Commit ec498c6

Browse files
committed
Merge pull request #3761 from carmstrong/backup-store-gateway
docs(managing_deis): update backup/restore docs
2 parents 666c7fc + e85832c commit ec498c6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/managing_deis/backing_up_data.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ Vagrant setup, I've changed the lines to:
5656
5757
We can now use ``s3cmd`` to back up and restore data from the store-gateway.
5858

59+
.. note::
60+
61+
Some users have reported that the data transferred in this process can overwhelm the gateway
62+
component, and that scaling up to multiple gateways with ``deisctl scale`` before both the backup
63+
and restore alleviates this issue.
64+
5965
Backing up
6066
----------
6167

@@ -205,6 +211,7 @@ use in the ``export`` command should correspond to the IP of the host machine wh
205211
[k.save() for k in Key.objects.all()]
206212
[a.save() for a in App.objects.all()]
207213
[d.save() for d in Domain.objects.all()]
214+
[c.save() for c in Certificate.objects.all()]
208215
EOF
209216
$ exit
210217

0 commit comments

Comments
 (0)