Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-09-09 18:04:25 +0300
committerRémy Coutable <remy@rymai.me>2019-09-09 18:04:25 +0300
commit387889a47b9d5e351fbda81c79f0e8d303b0fbfb (patch)
tree76cce6be1f00aa4fb89725d3bf85be3684ebaef2
parent20fc3f668876e065a44b77104083eef5c7bac882 (diff)
Fix trailing spaces in 'doc/update/mysql_to_postgresql.md'
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--doc/update/mysql_to_postgresql.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/mysql_to_postgresql.md b/doc/update/mysql_to_postgresql.md
index 701caf0102e..b202dd7e9d2 100644
--- a/doc/update/mysql_to_postgresql.md
+++ b/doc/update/mysql_to_postgresql.md
@@ -225,10 +225,10 @@ new PostgreSQL one:
WITH include no drop, truncate, disable triggers, create no tables,
create no indexes, preserve index names, no foreign keys,
data only
-
+
SET MySQL PARAMETERS
net_read_timeout = '90',
- net_write_timeout = '180'
+ net_write_timeout = '180'
ALTER SCHEMA 'gitlabhq_production' RENAME TO 'public'