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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
82fa1d58
Commit
82fa1d58
authored
Sep 28, 2021
by
Marcia Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Post-merge review multiple DB doc
parent
6b755868
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
doc/development/database/multiple_databases.md
doc/development/database/multiple_databases.md
+8
-10
No files found.
doc/development/database/multiple_databases.md
View file @
82fa1d58
...
...
@@ -6,16 +6,14 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Multiple Databases
In order to scale GitLab, the GitLab application database
will be
[
decomposed into multiple
databases
](
https://gitlab.com/groups/gitlab-org/-/epics/6168
)
.
To scale GitLab, the we are
[
decomposing the GitLab application database into multiple databases
](
https://gitlab.com/groups/gitlab-org/-/epics/6168
)
.
## CI Database
## CI
/CD
Database
Support for configuring the GitLab Rails application to use a distinct
database for CI tables was added in
[
GitLab
14.1
](
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64289
)
. This
feature is still under development, and is not ready for production use.
> Support for configuring the GitLab Rails application to use a distinct
database for CI/CD tables was
[
introduced
](
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/64289
)
in GitLab 14.1. This feature is still under development, and is not ready for production use.
By default, GitLab is configured to use only one main database. To
opt-in to use a main database, and CI database, modify the
...
...
@@ -92,8 +90,8 @@ test: &test
### Migrations
A
ny migrations that affect
`Ci::CiDatabaseRecord`
models
and their tables
must be placed in two directories for now
:
Place a
ny migrations that affect
`Ci::CiDatabaseRecord`
models
and their tables
in two directories
:
-
`db/migrate`
-
`db/ci_migrate`
...
...
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