Commit 387889a4 authored by Rémy Coutable's avatar Rémy Coutable

Fix trailing spaces in 'doc/update/mysql_to_postgresql.md'

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 20fc3f66
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment