Commit 994ee708 authored by Nick Gaskill's avatar Nick Gaskill

Merge branch 'docs-proj-imp-note-rem' into 'master'

Remove consecutive note references in import page

See merge request gitlab-org/gitlab!72534
parents 03ef2912 6ed0f739
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
stage: Manage stage: Manage
group: Import group: Import
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments" info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments"
type: reference, howto
--- ---
# Project import/export **(FREE)** # Project import/export **(FREE)**
...@@ -159,7 +158,7 @@ To export a project and its data, follow these steps: ...@@ -159,7 +158,7 @@ To export a project and its data, follow these steps:
1. Go to your project's homepage. 1. Go to your project's homepage.
1. Click **Settings** in the sidebar. 1. Select **Settings** in the sidebar.
1. Scroll down to find the **Export project** button: 1. Scroll down to find the **Export project** button:
...@@ -178,12 +177,14 @@ To export a project and its data, follow these steps: ...@@ -178,12 +177,14 @@ To export a project and its data, follow these steps:
## Import the project ## Import the project
> Default maximum import file size [changed](https://gitlab.com/gitlab-org/gitlab/-/issues/251106) from 50 MB to unlimited in GitLab 13.8.
WARNING: WARNING:
Only import projects from sources you trust. If you import a project from an untrusted source, it Only import projects from sources you trust. If you import a project from an untrusted source, it
may be possible for an attacker to steal your sensitive data. may be possible for an attacker to steal your sensitive data.
1. The GitLab project import feature is the first import option when creating a 1. The GitLab project import feature is the first import option when creating a
new project. Click on **GitLab export**: new project. Select **GitLab export**:
![New project](img/import_export_new_project.png) ![New project](img/import_export_new_project.png)
...@@ -191,7 +192,7 @@ may be possible for an attacker to steal your sensitive data. ...@@ -191,7 +192,7 @@ may be possible for an attacker to steal your sensitive data.
![Select file](img/import_export_select_file.png) ![Select file](img/import_export_select_file.png)
1. Click on **Import project** to begin importing. Your newly imported project 1. Select **Import project** to begin importing. Your newly imported project
page appears shortly. page appears shortly.
NOTE: NOTE:
...@@ -199,9 +200,8 @@ If use of the `Internal` visibility level ...@@ -199,9 +200,8 @@ If use of the `Internal` visibility level
[is restricted](../../../public_access/public_access.md#restrict-use-of-public-or-internal-projects), [is restricted](../../../public_access/public_access.md#restrict-use-of-public-or-internal-projects),
all imported projects are given the visibility of `Private`. all imported projects are given the visibility of `Private`.
NOTE: The maximum import file size can be set by the Administrator, and the default is `0` (unlimited).
The maximum import file size can be set by the Administrator, default is `0` (unlimited). As an administrator, you can modify the maximum import file size. To do so, use the `max_import_size` option in the [Application settings API](../../../api/settings.md#change-application-settings) or the [Admin Area UI](../../admin_area/settings/account_and_limit_settings.md).
As an administrator, you can modify the maximum import file size. To do so, use the `max_import_size` option in the [Application settings API](../../../api/settings.md#change-application-settings) or the [Admin Area UI](../../admin_area/settings/account_and_limit_settings.md). Default [modified](https://gitlab.com/gitlab-org/gitlab/-/issues/251106) from 50MB to 0 in GitLab 13.8.
### Project import status ### Project import status
......
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