summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-09-09 17:04:25 +0200
committerRémy Coutable <remy@rymai.me>2019-09-09 17:04:25 +0200
commit387889a47b9d5e351fbda81c79f0e8d303b0fbfb (patch)
tree76cce6be1f00aa4fb89725d3bf85be3684ebaef2
parent20fc3f668876e065a44b77104083eef5c7bac882 (diff)
downloadgitlab-ce-387889a47b9d5e351fbda81c79f0e8d303b0fbfb.tar.gz
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'