summaryrefslogtreecommitdiff
path: root/doc/update/mysql_to_postgresql.md
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2015-02-28 23:14:08 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2015-02-28 23:14:08 +0100
commit8aabb58d5bac01377224ba76d8f8f3ba403e325d (patch)
treef9282e4264816bfb9bed99dd4d2ae90091d226e9 /doc/update/mysql_to_postgresql.md
parent3678b64b4aa9a1c4e64ef381ef6569ad917b4f19 (diff)
parenta3a66939cacd7ffd6aa806fdb0d973ab7c1eb09c (diff)
downloadgitlab-ce-8aabb58d5bac01377224ba76d8f8f3ba403e325d.tar.gz
Merge pull request #8757 from bbodenmiller/patch-1
formatting cleanup on mysql_to_postgresql.md
Diffstat (limited to 'doc/update/mysql_to_postgresql.md')
-rw-r--r--doc/update/mysql_to_postgresql.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md
index 18dc101412a..50941db25f6 100644
--- a/doc/update/mysql_to_postgresql.md
+++ b/doc/update/mysql_to_postgresql.md
@@ -76,7 +76,7 @@ test -e /opt/gitlab/embedded/service/gitlab-rails/db/schema.rb.bundled || sudo /
## Converting a GitLab backup file from MySQL to Postgres
**Note:** Please make sure to have Python 2.7.x (or higher) installed.
-GitLab backup files (<timestamp>_gitlab_backup.tar) contain a SQL dump. Using the lanyrd database converter we can replace a MySQL database dump inside the tar file with a Postgres database dump. This can be useful if you are moving to another server.
+GitLab backup files (`<timestamp>_gitlab_backup.tar`) contain a SQL dump. Using the lanyrd database converter we can replace a MySQL database dump inside the tar file with a Postgres database dump. This can be useful if you are moving to another server.
```
# Stop GitLab