Commit 83c414c5 authored by John Long's avatar John Long

Add warning for backing up object storage

parent 5fa85f3e
...@@ -9,6 +9,11 @@ You can only restore a backup to **exactly the same version and type (CE/EE)** ...@@ -9,6 +9,11 @@ You can only restore a backup to **exactly the same version and type (CE/EE)**
of GitLab on which it was created. The best way to migrate your repositories of GitLab on which it was created. The best way to migrate your repositories
from one server to another is through backup restore. from one server to another is through backup restore.
CAUTION: **Warning:**
GitLab will not backup items that are not stored on the
filesystem. If using [object storage](../administration/object_storage.md),
remember to enable backups with your object storage provider if desired.
## Requirements ## Requirements
In order to be able to backup and restore, you need two essential tools In order to be able to backup and restore, you need two essential tools
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment