From 387889a47b9d5e351fbda81c79f0e8d303b0fbfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Mon, 9 Sep 2019 17:04:25 +0200 Subject: [PATCH] Fix trailing spaces in 'doc/update/mysql_to_postgresql.md' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- doc/update/mysql_to_postgresql.md | 4 ++-- 1 file 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'