Skip to content

Commit

Permalink
fix: edit support link
Browse files Browse the repository at this point in the history
  • Loading branch information
davlgd committed Nov 8, 2024
1 parent 496cd78 commit e9d7dfc
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 41 deletions.
16 changes: 8 additions & 8 deletions content/doc/account/ssh-keys-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SSH keys are used to establish a secure connection between your computer and Cle

Accounts cannot share the same SSH key. A SSH key is used to identify the actions made by a user and must be
associated with only one account. **If a key is used by more than one account, a warning will be displayed in the console**.

{{< /callout >}}


Expand All @@ -44,8 +44,8 @@ This command creates a new SSH key using the provided email, so that the owner o

### Save the key

When prompted in which file you want to save the key, just press enter.
If it says that the file already exists, enter `n` for `no`.
When prompted in which file you want to save the key, just press enter.
If it says that the file already exists, enter `n` for `no`.
Type `ls`, verify the presence of the file and jump to [Add your SSH key on Clever Cloud](#add-a-public-ssh-key-on-clever-cloud).

### Enter a passphrase
Expand Down Expand Up @@ -108,8 +108,8 @@ You may already have an SSH key and so do not need to generate a new one. To che
1. Whether you use macOS or Linux, open your Terminal application.
2. Run `cd ~/.ssh/` in your Terminal.
3. If the folder exists, run `ls` and check if a pair of key exists : *id_ed25519* and *id_ed25519.pub*.
Using *id_rsa* and *id_rsa.pub* is fine too. We are just advocating the use of *ed25519*.
Smaller to copy and way stronger than 2048-bit RSA keys.
Using *id_rsa* and *id_rsa.pub* is fine too. We are just advocating the use of *ed25519*.

Check warning on line 111 in content/doc/account/ssh-keys-management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/account/ssh-keys-management.md#L111

[Google.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "content/doc/account/ssh-keys-management.md", "range": {"start": {"line": 111, "column": 46}}}, "severity": "WARNING"}

Check notice on line 111 in content/doc/account/ssh-keys-management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/account/ssh-keys-management.md#L111

[Google.Contractions] Use 'we're' instead of 'We are'.
Raw output
{"message": "[Google.Contractions] Use 'we're' instead of 'We are'.", "location": {"path": "content/doc/account/ssh-keys-management.md", "range": {"start": {"line": 111, "column": 46}}}, "severity": "INFO"}
Smaller to copy and way stronger than 2048-bit RSA keys.
If you can find them, you do not need to generate a new one, simply go to the following
"Add your key on Clever Cloud" part!

Expand Down Expand Up @@ -139,7 +139,7 @@ If you see "*access denied*" or "*password:*" when you [push on Clever Cloud](ht

### Through CC API or Clever cURL

You can also add a **public SSH key** from the command line with a simple cURL request to [our API](../openapi). The simpler way to do that is to use our CLI, [Clever Tools](https://github.com/CleverCloud/clever-tools), and its `clever curl` command once logged in:
You can also add a **public SSH key** from the command line with a simple cURL request to [our API](../openapi). The simpler way to do that is to use our CLI, [Clever Tools](https://github.com/CleverCloud/clever-tools), and its `clever curl` command once logged in:

Check warning on line 142 in content/doc/account/ssh-keys-management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/account/ssh-keys-management.md#L142

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/doc/account/ssh-keys-management.md", "range": {"start": {"line": 142, "column": 92}}}, "severity": "WARNING"}

Check notice on line 142 in content/doc/account/ssh-keys-management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/account/ssh-keys-management.md#L142

[Google.Contractions] Use 'that's' instead of 'that is'.
Raw output
{"message": "[Google.Contractions] Use 'that's' instead of 'that is'.", "location": {"path": "content/doc/account/ssh-keys-management.md", "range": {"start": {"line": 142, "column": 136}}}, "severity": "INFO"}

Check warning on line 142 in content/doc/account/ssh-keys-management.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/account/ssh-keys-management.md#L142

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/doc/account/ssh-keys-management.md", "range": {"start": {"line": 142, "column": 151}}}, "severity": "WARNING"}

```bash
clever curl -X PUT -H "Content-Type: application/json" --data "\"$(cat ~/.ssh/yourkey.pub)\"" https://api.clever-cloud.com/v2/self/keys/newkeyname
Expand Down Expand Up @@ -193,6 +193,6 @@ Host push-*.services.clever-cloud.com
```

{{< callout type="info" >}}
Need help about SSH keys?
Contact us at <support@clever-cloud.com> or you can read more about SSH Keys [on the official Git Documentation ↗](https://git-scm.com/book/en/Git-on-the-Server-Generating-Your-SSH-Public-Key).
Need help about SSH keys?
Contact [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice) or you can read more about SSH Keys [on the official Git Documentation ↗](https://git-scm.com/book/en/Git-on-the-Server-Generating-Your-SSH-Public-Key).
{{< /callout >}}
4 changes: 2 additions & 2 deletions content/doc/addons/mysql/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If you want to import your **SQL** dump, you can use several methods:
2. Command line tool for MySQL administration.
3. Any MySQL client such as [MySQL Workbench](https://www.mysql.fr/products/workbench/).

If you need to import a very large dump, please send an email to <support@clever-cloud.com>.
If you need to import a very large dump, contact [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice).

## Direct access

Expand Down Expand Up @@ -70,7 +70,7 @@ Authorized actions:
- Manage tables (create, delete...).
- Manage indexes.

If you think your system might require more advanced administrative access, [contact Clever Cloud support](https://console.clever-cloud.com/ticket-center-choice) to explain your use case, and we will work with you to find a solution.
If you think your system might require more advanced administrative access, contact [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice) to explain your use case, and we will work with you to find a solution.

Check warning on line 73 in content/doc/addons/mysql/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/mysql/_index.md#L73

[Google.We] Try to avoid using first-person plural like 'we'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "content/doc/addons/mysql/_index.md", "range": {"start": {"line": 73, "column": 193}}}, "severity": "WARNING"}

Check warning on line 73 in content/doc/addons/mysql/_index.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/addons/mysql/_index.md#L73

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/doc/addons/mysql/_index.md", "range": {"start": {"line": 73, "column": 196}}}, "severity": "WARNING"}

Here is the list of actions that you won't be able to perform:
- Database administration (for example you won't be able to create new databases).
Expand Down
10 changes: 5 additions & 5 deletions content/doc/administrate/cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and the client. Following rules defined by the user, Varnish will cache the data

Varnish is only available on **PHP**, **Go** and **Node.js** applications. Support for other applications is in discussion.

For more information about it, contact us at [[email protected]](mailto:support@clever-cloud.com).
For more information about it, contact [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice).

## Enable Varnish for your application

Expand Down Expand Up @@ -60,14 +60,14 @@ rename the file to `varnish.vcl` and move it in the `/clevercloud` folder.

## Varnish with a monorepo

If you use a monorepo, you may want to use Varnish for only some of the applications inside it.
If you use a monorepo, you may want to use Varnish for only some of the applications inside it.
If you have a `/clevercloud/varnish.vcl` file at the root of your monorepo, all of your applications automatically start using Varnish.

To resolve this issue, you can create a symlink during the deployments.
To resolve this issue, you can create a symlink during the deployments.

1. Put your `varnish.vcl` file anywhere but at the root of your monorepo.
1. Put your `varnish.vcl` file anywhere but at the root of your monorepo.
2. Create a symlink inside a `CC_PRE_BUILD_HOOK`.

Here is an example :

```bash
Expand Down
6 changes: 2 additions & 4 deletions content/doc/administrate/clamav.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ Be sure to use these settings when configuring your ClamAV client.

## Additional configurations

`CC_CLAMAV_MAXTHREADS`: Maximum number of threads running at the same time.
`CC_CLAMAV_MAXTHREADS`: Maximum number of threads running at the same time.
`CC_CLAMAV_MAXQUEUE`: Maximum number of queued items.

If you have special needs, you can make a request on our technical support:

* <[email protected]>
If you have special needs, you can make a request on [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice).
4 changes: 2 additions & 2 deletions content/doc/administrate/database-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Under you will see that you can select your new batabse size and pricing plan. B

Under **Targeted version** you can choose the desired database version.

Downgrading database is currently not supported, you can however ask our support team to do it at <support@clever-cloud.com>.
Downgrading database is currently not supported, you can however ask [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice).

### Select *Migrate the Database*

Expand All @@ -59,4 +59,4 @@ As soon as you do so, the database will be set in read-only mode and the migrati

If the process succeeds, you will get a success screen. Every linked applications will automatically restart to use the new configuration. Please make sure to update configuration that do not use environment variable if you have some.

In case the database migration fails, you will be informed at wich point it did and a button to contact our support team will appear. Reach out to them at <support@clever-cloud.com> with you add-on ID (available in the **Addon Dashboard** section) and they will help you finish the process.
In case the database migration fails, you will be informed at wich point it did and a button to contact our support team will appear. Reach out to [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice) with you add-on ID (available in the **Addon Dashboard** section) and they will help you finish the process.

Check warning on line 62 in content/doc/administrate/database-migration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/database-migration.md#L62

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/doc/administrate/database-migration.md", "range": {"start": {"line": 62, "column": 43}}}, "severity": "WARNING"}

Check notice on line 62 in content/doc/administrate/database-migration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/database-migration.md#L62

[Google.Passive] In general, use active voice instead of passive voice ('be informed').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('be informed').", "location": {"path": "content/doc/administrate/database-migration.md", "range": {"start": {"line": 62, "column": 48}}}, "severity": "INFO"}

Check failure on line 62 in content/doc/administrate/database-migration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/database-migration.md#L62

[Vale.Spelling] Did you really mean 'wich'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'wich'?", "location": {"path": "content/doc/administrate/database-migration.md", "range": {"start": {"line": 62, "column": 63}}}, "severity": "ERROR"}

Check warning on line 62 in content/doc/administrate/database-migration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/database-migration.md#L62

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/doc/administrate/database-migration.md", "range": {"start": {"line": 62, "column": 105}}}, "severity": "WARNING"}

Check warning on line 62 in content/doc/administrate/database-migration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/database-migration.md#L62

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/doc/administrate/database-migration.md", "range": {"start": {"line": 62, "column": 122}}}, "severity": "WARNING"}

Check failure on line 62 in content/doc/administrate/database-migration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/database-migration.md#L62

[Vale.Spelling] Did you really mean 'Addon'?
Raw output
{"message": "[Vale.Spelling] Did you really mean 'Addon'?", "location": {"path": "content/doc/administrate/database-migration.md", "range": {"start": {"line": 62, "column": 265}}}, "severity": "ERROR"}

Check warning on line 62 in content/doc/administrate/database-migration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/administrate/database-migration.md#L62

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/doc/administrate/database-migration.md", "range": {"start": {"line": 62, "column": 301}}}, "severity": "WARNING"}
3 changes: 1 addition & 2 deletions content/doc/applications/javascript/meteor.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ Since Meteor 2.6.n the mongo driver detect the `MONGO_OPLOG_URL` by itself and y

## Migrate from a Node.js instance

If you want to migrate from your classic node.js app to a meteor application, contact our support in the console or at
<[email protected]> with the application id.
If you want to migrate from your classic node.js app to a meteor application, contact [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice) with the application id.

{{% content/more-config %}}

Expand Down
2 changes: 1 addition & 1 deletion content/doc/applications/php/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Clever Cloud PHP application enables the following PHP extensions by default: `a
You can add `DISABLE_<extension_name>: true` in your [environment variable]({{< ref "doc/develop/env-variables.md" >}}) to disable them.
If you have a request about modules, feel free to contact our support at <support@clever-cloud.com>.
If you have a request about modules, feel free to contact [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice).
{{< callout type="warning" >}}
On PHP 7, the memcache extension is not available; only **memcached** is available.
Expand Down
2 changes: 1 addition & 1 deletion content/doc/find-help/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Seek help by querying us by email, allowing you to quickly gain answers to your

## Ticket Center

You can find in the console a button to start a conversation with our engineers. For each new ticket it will create a new thread, on a specific subject. Therefore, you can create several tickets for each issue.
You can find in the console a button to [start a conversation](https://console.clever-cloud.com/ticket-center-choice) with our engineers. For each new ticket it will create a new thread, on a specific subject. Therefore, you can create several tickets for each issue.

Check warning on line 23 in content/doc/find-help/support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/support.md#L23

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/doc/find-help/support.md", "range": {"start": {"line": 23, "column": 124}}}, "severity": "WARNING"}

Check warning on line 23 in content/doc/find-help/support.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/support.md#L23

[Google.Will] Avoid using 'will'.
Raw output
{"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "content/doc/find-help/support.md", "range": {"start": {"line": 23, "column": 162}}}, "severity": "WARNING"}

If you open a ticket inside an organisation with members, they will be added to the discussion by e-mail.

Expand Down
4 changes: 2 additions & 2 deletions content/doc/find-help/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ The main reasons why your account has been moderated are:

{{% details title="How to recover your application online?" closed="true" %}}

Contact Clever Cloud's Support team at [[email protected]](mailto:support@clever-cloud.com) to explain what your apps do.
Contact [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice) to explain what your apps do.

Ensure all your pending invoices are paid.

Expand All @@ -161,7 +161,7 @@ You have to pay all of your pending invoices to recover your data.

GitHub does not give us access to organizations created or joined *after* you've linked your GitHub account to Clever Cloud (which is a good thing). So you need to let the Clever Cloud API access it. You can do that on <https://GitHub.com/settings/applications>.

You can of course reach to <support@clever-cloud.com> if this page was not helpful enough.
You can of course reach to [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice) if this page was not helpful enough.

Check notice on line 164 in content/doc/find-help/troubleshooting.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/doc/find-help/troubleshooting.md#L164

[Google.Contractions] Use 'wasn't' instead of 'was not'.
Raw output
{"message": "[Google.Contractions] Use 'wasn't' instead of 'was not'.", "location": {"path": "content/doc/find-help/troubleshooting.md", "range": {"start": {"line": 164, "column": 119}}}, "severity": "INFO"}

{{% /details %}}

Expand Down
28 changes: 14 additions & 14 deletions content/guides/pgpool.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Pgpool-II is not available on Docker instances. If you want to use Pgpool-II, yo
The various features are available in the [official Pgpool documentation](https://www.pgpool.net/docs/latest/en/html/index.html).

{{< callout type="info" >}}
We only support the **Streaming** mode, which is the most used and recommended mode for Pgpool-II. If you need other modes or features that are not supported on Clever Cloud, please contact us at <support@clever-cloud.com>
We only support the **Streaming** mode, which is the most used and recommended mode for Pgpool-II. If you need other modes or features that are not supported on Clever Cloud, please contact [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice).

Check warning on line 48 in content/guides/pgpool.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/guides/pgpool.md#L48

[Google.We] Try to avoid using first-person plural like 'We'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "content/guides/pgpool.md", "range": {"start": {"line": 48, "column": 1}}}, "severity": "WARNING"}

Check notice on line 48 in content/guides/pgpool.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/guides/pgpool.md#L48

[Google.Contractions] Use 'aren't' instead of 'are not'.
Raw output
{"message": "[Google.Contractions] Use 'aren't' instead of 'are not'.", "location": {"path": "content/guides/pgpool.md", "range": {"start": {"line": 48, "column": 141}}}, "severity": "INFO"}
{{< /callout >}}

## How to configure Pgpool-II
Expand All @@ -64,9 +64,9 @@ If you ever need to stop using Pgpool-II, you can remove this variable or set it

Your application will use a Unix Domain Socket to connect to Pgpool-II. Unix domain sockets are faster than TCP sockets because there is no handshake and the connection is made locally on the same machine. A special environment variable will be injected to your environment variables: `CC_PGPOOL_SOCKET_PATH`. This variable contains the path to the Unix Domain Socket you have to connect to. See [Usage](#usage) below for some examples on how to use it.

The available Pgpool-II variables and their descriptions are available on our [environment variables reference page](https://www.clever-cloud.com/doc/reference/reference-environment-variables/).
The available Pgpool-II variables and their descriptions are available on our [environment variables reference page](https://www.clever-cloud.com/doc/reference/reference-environment-variables/).

Check warning on line 67 in content/guides/pgpool.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/guides/pgpool.md#L67

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/guides/pgpool.md", "range": {"start": {"line": 67, "column": 75}}}, "severity": "WARNING"}

### Concurrent session and pool size
### Concurrent session and pool size

You can use the `CC_PGPOOL_NUM_INIT_CHILDREN` and `CC_PGPOOL_MAX_POOL` environment variables to set the number of **concurrent sessions** and the number of **connection pool caches per connection**.

Expand All @@ -82,16 +82,16 @@ psql -U u1mgltc2ezvkylo2cjno -d bjzfhkl5qcdhdqatyqjk
bjzfhkl5qc**********=> show pool_pools;
pool_pid | start_time | pool_id | backend_id | database | username | create_time | pool_backendpid |
----------+---------------------+---------+------------+----------------------+----------------------+---------------------+-----------------+
3526 | 2021-06-02 15:22:12 | 0 | 0 | bjzfhkl5qcdhdqatyqjk | u1mgltc2ezvkylo2cjno | 2021-06-02 15:22:35 | 1520665 |
3526 | 2021-06-02 15:22:12 | 0 | 1 | bjzfhkl5qcdhdqatyqjk | u1mgltc2ezvkylo2cjno | 2021-06-02 15:22:35 | 1665071 |
3526 | 2021-06-02 15:22:12 | 0 | 2 | bjzfhkl5qcdhdqatyqjk | u1mgltc2ezvkylo2cjno | 2021-06-02 15:22:35 | 531483 |
3527 | 2021-06-02 15:22:12 | 0 | 0 | | | | 0 |
3527 | 2021-06-02 15:22:12 | 0 | 1 | | | | 0 |
3527 | 2021-06-02 15:22:12 | 0 | 2 | | | | 0 |
3528 | 2021-06-02 15:22:12 | 0 | 0 | | | | 0 |
3528 | 2021-06-02 15:22:12 | 0 | 1 | | | | 0 |
3528 | 2021-06-02 15:22:12 | 0 | 2 | | | | 0 |
... | ... | . | . | | | | . |
3526 | 2021-06-02 15:22:12 | 0 | 0 | bjzfhkl5qcdhdqatyqjk | u1mgltc2ezvkylo2cjno | 2021-06-02 15:22:35 | 1520665 |
3526 | 2021-06-02 15:22:12 | 0 | 1 | bjzfhkl5qcdhdqatyqjk | u1mgltc2ezvkylo2cjno | 2021-06-02 15:22:35 | 1665071 |
3526 | 2021-06-02 15:22:12 | 0 | 2 | bjzfhkl5qcdhdqatyqjk | u1mgltc2ezvkylo2cjno | 2021-06-02 15:22:35 | 531483 |
3527 | 2021-06-02 15:22:12 | 0 | 0 | | | | 0 |
3527 | 2021-06-02 15:22:12 | 0 | 1 | | | | 0 |
3527 | 2021-06-02 15:22:12 | 0 | 2 | | | | 0 |
3528 | 2021-06-02 15:22:12 | 0 | 0 | | | | 0 |
3528 | 2021-06-02 15:22:12 | 0 | 1 | | | | 0 |
3528 | 2021-06-02 15:22:12 | 0 | 2 | | | | 0 |
... | ... | . | . | | | | . |
```

We can see the 32 available processes (**3526**, **3527**, **3528...**), and active connections for process **3526**, with an open connection for each PostgreSQL server (**1520665**, **1665071** and **531483**).
Expand All @@ -106,7 +106,7 @@ It's also possible to specify the lifetime of a Pgpool-II child process (`CC_PGP

Use Pgpool-II to distribute the load and separate **WRITE** and **READ** queries between your PostgreSQL servers.

When using the **Streaming** mode, it's not Pgpool-II that manages the replication of your databases. Replication must be set up on the PostgreSQL side, otherwise known as **binary**, **Hot Standby** or **Streaming** replication. To schedule this procedure, you can contact our support at <support@clever-cloud.com> or make a request via our [sales form](https://www.clever-cloud.com/en/contact-sales).
When using the **Streaming** mode, it's not Pgpool-II that manages the replication of your databases. Replication must be set up on the PostgreSQL side, otherwise known as **binary**, **Hot Standby** or **Streaming** replication. To schedule this procedure, you can contact [Clever Cloud Support](https://console.clever-cloud.com/ticket-center-choice) or make a request via our [sales form](https://www.clever-cloud.com/en/contact-sales).

Check notice on line 109 in content/guides/pgpool.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/guides/pgpool.md#L109

[Google.Passive] In general, use active voice instead of passive voice ('be set').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('be set').", "location": {"path": "content/guides/pgpool.md", "range": {"start": {"line": 109, "column": 120}}}, "severity": "INFO"}

Check warning on line 109 in content/guides/pgpool.md

View workflow job for this annotation

GitHub Actions / vale

[vale] content/guides/pgpool.md#L109

[Google.We] Try to avoid using first-person plural like 'our'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "content/guides/pgpool.md", "range": {"start": {"line": 109, "column": 375}}}, "severity": "WARNING"}

Once replication is in place, you can use the `CC_PGPOOL_FOLLOWERS` environment variable to add the followers to your Pgpool-II configuration. This variable is in **JSON** format, and must contain the **host**, **port** and **weight** of each follower.

Expand Down

0 comments on commit e9d7dfc

Please sign in to comment.