Commit aa13a6c9 authored by Mike Jang's avatar Mike Jang

Merge branch 'import-export-ce-to-ee-group' into 'master'

Update group import export page

See merge request gitlab-org/gitlab!31778
parents 98be33dd 7021824c
...@@ -15,19 +15,6 @@ Group exports include the following: ...@@ -15,19 +15,6 @@ Group exports include the following:
- Group members - Group members
- Sub-groups. Each sub-group includes all data above - Sub-groups. Each sub-group includes all data above
## Version history
GitLab can import bundles that were exported from a different GitLab deployment.
This ability is limited to two previous GitLab [minor](../policy/maintenance.md#versioning)
releases, which is similar to our process for [Security Releases](../policy/maintenance.md#security-releases).
For example:
| Current version | Can import bundles exported from |
|-----------------|----------------------------------|
| 13.0 | 13.0, 12.10, 12.9 |
| 13.1 | 13.1, 13.0, 12.10 |
## Schedule new export ## Schedule new export
Start a new group export. Start a new group export.
......
...@@ -69,6 +69,25 @@ For more details on the specific data persisted in a group export, see the ...@@ -69,6 +69,25 @@ For more details on the specific data persisted in a group export, see the
1. Alternatively, you can come back to the project settings and download the 1. Alternatively, you can come back to the project settings and download the
file from there by clicking **Download export**, or generate a new file by clicking **Regenerate export**. file from there by clicking **Download export**, or generate a new file by clicking **Regenerate export**.
### Between CE and EE
You can export groups from the [Community Edition to the Enterprise Edition](https://about.gitlab.com/install/ce-or-ee/) and vice versa.
If you're exporting a group from the Enterprise Edition to the Community Edition, you may lose data that is retained only in the Enterprise Edition. For more information, see [downgrading from EE to CE](../../../README.md).
## Version history
GitLab can import bundles that were exported from a different GitLab deployment.
This ability is limited to two previous GitLab [minor](../../../policy/maintenance.md#versioning)
releases, which is similar to our process for [Security Releases](../../../policy/maintenance.md#security-releases).
For example:
| Current version | Can import bundles exported from |
|-----------------|----------------------------------|
| 13.0 | 13.0, 12.10, 12.9 |
| 13.1 | 13.1, 13.0, 12.10 |
## Rate Limits ## Rate Limits
To help avoid abuse, users are rate limited to: To help avoid abuse, users are rate limited to:
......
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