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
02de0e7a
Commit
02de0e7a
authored
May 08, 2019
by
Ian Baum
Committed by
Achilleas Pipinellis
May 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs nneul/gitlab ce patch 1
parent
e5c3ae8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
doc/update/mysql_to_postgresql.md
doc/update/mysql_to_postgresql.md
+16
-0
No files found.
doc/update/mysql_to_postgresql.md
View file @
02de0e7a
...
...
@@ -45,6 +45,22 @@ For other distributions, follow the instructions in PostgreSQL's
[
download page
](
https://www.postgresql.org/download/
)
to add their repository
and then install
`pgloader`
.
If you are migrating to a Docker based installation, you will need to install
pgloader within the container as it is not included in the container image.
1.
Start a shell session in the context of the running container:
```
bash
docker
exec
-it
gitlab bash
```
1.
Install pgloader:
```
bash
apt-get update
apt-get
-y
install
pgloader
```
## Omnibus GitLab installations
For
[
Omnibus GitLab packages
](
https://about.gitlab.com/install/
)
, you'll first
...
...
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