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:
authorMarcia Ramos <marcia@gitlab.com>2019-09-09 18:19:41 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-09-09 18:19:41 +0300
commit383f363589ac405cce07d3b54e796f9c949d2ffb (patch)
tree9e3cad2ef908f42ed2c9a475ffb7809691a3ad83
parent9ef9524109a84dd346086ad95d2929ed5b2514d2 (diff)
parent387889a47b9d5e351fbda81c79f0e8d303b0fbfb (diff)
Merge branch '67209-fix-docs-lint-docs' into 'master'
Resolve "Job Failed #290891184 - docs lint broken in `master`" Closes #67209 See merge request gitlab-org/gitlab-ce!32825
-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'