Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
89dce3ee
Commit
89dce3ee
authored
Jun 19, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link to issue for MySQL/subgroups drop support
parent
46813ccc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
doc/install/requirements.md
doc/install/requirements.md
+2
-1
doc/user/group/subgroups/index.md
doc/user/group/subgroups/index.md
+3
-1
No files found.
doc/install/requirements.md
View file @
89dce3ee
...
@@ -100,7 +100,7 @@ We currently support the following databases:
...
@@ -100,7 +100,7 @@ We currently support the following databases:
We
**highly recommend**
the use of PostgreSQL instead of MySQL/MariaDB as not all
We
**highly recommend**
the use of PostgreSQL instead of MySQL/MariaDB as not all
features of GitLab may work with MySQL/MariaDB:
features of GitLab may work with MySQL/MariaDB:
1.
MySQL support for subgroups was
dropped with GitLab 9.3
.
1.
MySQL support for subgroups was
[
dropped with GitLab 9.3
][
post
]
.
See
[
issue #30472
][
30472
]
for more information.
See
[
issue #30472
][
30472
]
for more information.
1.
GitLab Geo does
[
not support MySQL
](
https://docs.gitlab.com/ee/gitlab-geo/database.html#mysql-replication
)
.
1.
GitLab Geo does
[
not support MySQL
](
https://docs.gitlab.com/ee/gitlab-geo/database.html#mysql-replication
)
.
1.
[
Zero downtime migrations
][
zero
]
do not work with MySQL
1.
[
Zero downtime migrations
][
zero
]
do not work with MySQL
...
@@ -110,6 +110,7 @@ Existing users using GitLab with MySQL/MariaDB are advised to
...
@@ -110,6 +110,7 @@ Existing users using GitLab with MySQL/MariaDB are advised to
[
30472
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/30472
[
30472
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/30472
[
zero
]:
../update/README.md#upgrading-without-downtime
[
zero
]:
../update/README.md#upgrading-without-downtime
[
post
]:
https://about.gitlab.com/2017/06/22/gitlab-9-3-released/#dropping-support-for-subgroups-in-mysql
### PostgreSQL Requirements
### PostgreSQL Requirements
...
...
doc/user/group/subgroups/index.md
View file @
89dce3ee
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
>**Notes:**
>**Notes:**
-
[
Introduced
][
ce-2772
]
in GitLab 9.0.
-
[
Introduced
][
ce-2772
]
in GitLab 9.0.
-
MySQL support for subgroups was dropped in GitLab 9.3.
-
Not available when using MySQL as external database (support removed in
GitLab 9.3
[
due to performance reasons
][
issue
]
).
With subgroups (aka nested groups or hierarchical groups) you can have
With subgroups (aka nested groups or hierarchical groups) you can have
up to 20 levels of nested groups, which among other things can help you to:
up to 20 levels of nested groups, which among other things can help you to:
...
@@ -175,3 +176,4 @@ Here's a list of what you can't do with subgroups:
...
@@ -175,3 +176,4 @@ Here's a list of what you can't do with subgroups:
[
ce-2772
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/2772
[
ce-2772
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/2772
[
permissions
]:
../../permissions.md#group
[
permissions
]:
../../permissions.md#group
[
reserved
]:
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/path_regex.rb
[
reserved
]:
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/path_regex.rb
[
issue
]:
https://gitlab.com/gitlab-org/gitlab-ce/issues/30472#note_27747600
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment