Commit 0cf05541 authored by Evan Read's avatar Evan Read

Merge branch '337619-doc-instance-delayed-deletion' into 'master'

Add doc for instance setting for delayed deletion

See merge request gitlab-org/gitlab!67563
parents 2ed3cde8 5e44cb6a
...@@ -67,6 +67,13 @@ Similarly, you can clone a project's wiki to back it up. All files ...@@ -67,6 +67,13 @@ Similarly, you can clone a project's wiki to back it up. All files
[uploaded after August 22, 2020](../project/wiki/index.md#create-a-new-wiki-page) [uploaded after August 22, 2020](../project/wiki/index.md#create-a-new-wiki-page)
are included when cloning. are included when cloning.
## Delayed project deletion **(PREMIUM SAAS)**
Top-level groups created after August 12, 2021 have delayed project deletion enabled by default.
Projects are permanently deleted after a seven-day delay.
You can disable this by changing the [group setting](../group/index.md#enable-delayed-project-removal).
## Alternative SSH port ## Alternative SSH port
GitLab.com can be reached by using a [different SSH port](https://about.gitlab.com/blog/2016/02/18/gitlab-dot-com-now-supports-an-alternate-git-plus-ssh-port/) for `git+ssh`. GitLab.com can be reached by using a [different SSH port](https://about.gitlab.com/blog/2016/02/18/gitlab-dot-com-now-supports-an-alternate-git-plus-ssh-port/) for `git+ssh`.
......
...@@ -659,15 +659,24 @@ To disable group mentions: ...@@ -659,15 +659,24 @@ To disable group mentions:
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220382) in GitLab 13.2. > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/220382) in GitLab 13.2.
> - [Inheritance and enforcement added](https://gitlab.com/gitlab-org/gitlab/-/issues/321724) in GitLab 13.11. > - [Inheritance and enforcement added](https://gitlab.com/gitlab-org/gitlab/-/issues/321724) in GitLab 13.11.
> - [Instance setting to enable by default added](https://gitlab.com/gitlab-org/gitlab/-/issues/255449) in GitLab 14.2.
By default, projects in a group are deleted immediately. Projects can be configured to be deleted either:
Optionally, on [Premium](https://about.gitlab.com/pricing/) or higher tiers,
you can configure the projects in a group to be deleted after a delayed interval. - Immediately.
- After a delayed interval. During this interval period, the projects are in a read-only state
and can be restored, if required. The default interval period is seven days but
[is configurable](../admin_area/settings/visibility_and_access_controls.md#default-deletion-delay).
On:
During this interval period, the projects are in a read-only state and can be restored, if required. - GitLab self-managed instances, projects are deleted immediately by default. In GitLab
The interval period defaults to 7 days, and can be modified by an administrator in the [instance settings](../admin_area/settings/visibility_and_access_controls.md#default-deletion-delay). 14.2 and later, an administrator can
[change the default setting](../admin_area/settings/visibility_and_access_controls.md#default-delayed-project-deletion) for projects in newly-created groups.
- GitLab.com, see [GitLab.com settings page](../gitlab_com/index.md#delayed-project-deletion) for
the default setting.
To enable delayed deletion of projects: To enable delayed deletion of projects in a group:
1. Go to the group's **Settings > General** page. 1. Go to the group's **Settings > General** page.
1. Expand the **Permissions, LFS, 2FA** section. 1. Expand the **Permissions, LFS, 2FA** section.
......
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