diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-02-08 23:27:51 -0800 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-02-08 23:27:51 -0800 |
commit | a3a66939cacd7ffd6aa806fdb0d973ab7c1eb09c (patch) | |
tree | 9a2b501418e93202a4347d18b2b1cef4207ed6b4 /doc/update | |
parent | 0a34f2dcb562098c481140246f7ac22683b38d76 (diff) | |
download | gitlab-ce-a3a66939cacd7ffd6aa806fdb0d973ab7c1eb09c.tar.gz |
formatting cleanup on mysql_to_postgresql.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/mysql_to_postgresql.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md index 229689392b8..8e65cb3390a 100644 --- a/doc/update/mysql_to_postgresql.md +++ b/doc/update/mysql_to_postgresql.md @@ -75,7 +75,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 |