We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 666c7fc + e85832c commit ec498c6Copy full SHA for ec498c6
1 file changed
docs/managing_deis/backing_up_data.rst
@@ -56,6 +56,12 @@ Vagrant setup, I've changed the lines to:
56
57
We can now use ``s3cmd`` to back up and restore data from the store-gateway.
58
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
65
Backing up
66
----------
67
@@ -205,6 +211,7 @@ use in the ``export`` command should correspond to the IP of the host machine wh
205
211
[k.save() for k in Key.objects.all()]
206
212
[a.save() for a in App.objects.all()]
207
213
[d.save() for d in Domain.objects.all()]
214
+ [c.save() for c in Certificate.objects.all()]
208
215
EOF
209
216
$ exit
210
217
0 commit comments