Skip to content
代码片段 群组 项目
提交 b29c9768 编辑于 作者: Michael Kozono's avatar Michael Kozono
浏览文件

Merge branch 'doc-pg-friendly-replication-slot-name' into 'master'

Geo docs: Link to PG's definition of "friendly" replication slot name

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/124591



Merged-by: default avatarMichael Kozono <mkozono@gitlab.com>
Approved-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Approved-by: default avatarMichael Kozono <mkozono@gitlab.com>
Co-authored-by: default avatarKatrin Leinweber <kleinweber@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -468,7 +468,8 @@ data before running `pg_basebackup`. ...@@ -468,7 +468,8 @@ data before running `pg_basebackup`.
sudo -i sudo -i
``` ```
1. Choose a database-friendly name to use for your **secondary** site to 1. Choose a [database-friendly name](https://www.postgresql.org/docs/13/warm-standby.html#STREAMING-REPLICATION-SLOTS-MANIPULATION)
to use for your **secondary** site to
use as the replication slot name. For example, if your domain is use as the replication slot name. For example, if your domain is
`secondary.geo.example.com`, use `secondary_example` as the slot `secondary.geo.example.com`, use `secondary_example` as the slot
name as shown in the commands below. name as shown in the commands below.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册