diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-15 03:14:24 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-04-15 03:14:24 +0000 |
commit | d482517583173924ba7961a2b0e9e07d1b51bb78 (patch) | |
tree | 01ef6769846a451c4e3539caa1e32f54dd001157 /doc/administration/postgresql | |
parent | 9b0b4d9b9484aaeb82de5f24942460c679ae909e (diff) | |
download | gitlab-ce-d482517583173924ba7961a2b0e9e07d1b51bb78.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/postgresql')
-rw-r--r-- | doc/administration/postgresql/database_load_balancing.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/administration/postgresql/database_load_balancing.md b/doc/administration/postgresql/database_load_balancing.md index 15129770888..d5cf93a135a 100644 --- a/doc/administration/postgresql/database_load_balancing.md +++ b/doc/administration/postgresql/database_load_balancing.md @@ -235,3 +235,8 @@ operation retries up to 3 times using an exponential back-off. When using load balancing, you should be able to safely restart a database server without it immediately leading to errors being presented to the users. + +### Development guide + +For detailed development guide on database load balancing, +see [the development documentation](../../development/database/load_balancing.md). |