提交 ba7c3d25 编写于 作者: A Alexander Strachan 提交者: Marcia Ramos

docs update to mysql_to_postgresql.md adding timeout parameters

上级 a4a15970
...@@ -13,7 +13,7 @@ NOTE: **Note:** ...@@ -13,7 +13,7 @@ NOTE: **Note:**
Support for MySQL was removed in GitLab 12.1. This procedure should be performed Support for MySQL was removed in GitLab 12.1. This procedure should be performed
**before** installing GitLab 12.1. **before** installing GitLab 12.1.
[pgloader](https://pgloader.io/) 3.4.1+ is required. [pgloader](https://pgloader.io/) 3.4.1+ is required, confirm with `pgloader -V`.
You can install it directly from your distribution, for example in You can install it directly from your distribution, for example in
Debian/Ubuntu: Debian/Ubuntu:
...@@ -125,6 +125,10 @@ new PostgreSQL one: ...@@ -125,6 +125,10 @@ new PostgreSQL one:
create no indexes, preserve index names, no foreign keys, create no indexes, preserve index names, no foreign keys,
data only data only
SET MySQL PARAMETERS
net_read_timeout = '90',
net_write_timeout = '180'
ALTER SCHEMA 'gitlabhq_production' RENAME TO 'public' ALTER SCHEMA 'gitlabhq_production' RENAME TO 'public'
; ;
...@@ -221,6 +225,10 @@ new PostgreSQL one: ...@@ -221,6 +225,10 @@ new PostgreSQL one:
WITH include no drop, truncate, disable triggers, create no tables, WITH include no drop, truncate, disable triggers, create no tables,
create no indexes, preserve index names, no foreign keys, create no indexes, preserve index names, no foreign keys,
data only data only
SET MySQL PARAMETERS
net_read_timeout = '90',
net_write_timeout = '180'
ALTER SCHEMA 'gitlabhq_production' RENAME TO 'public' ALTER SCHEMA 'gitlabhq_production' RENAME TO 'public'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册