This commit is contained in:
reivilibre 2022-04-19 10:30:29 +00:00
parent ff862c8781
commit 2d2f2f4dfd
4 changed files with 4 additions and 4 deletions

View file

@ -1612,7 +1612,7 @@ worker for application service traffic, <strong>it must be stopped</strong> when
(which normally happens when the main process is upgraded), to ensure the change is made safely (which normally happens when the main process is upgraded), to ensure the change is made safely
without any risk of reusing transaction IDs.</p> without any risk of reusing transaction IDs.</p>
<p>Deployments which do not use separate worker processes can be upgraded as normal. Similarly, <p>Deployments which do not use separate worker processes can be upgraded as normal. Similarly,
deployments where no applciation services are in use can be upgraded as normal.</p> deployments where no application services are in use can be upgraded as normal.</p>
<details> <details>
<summary><b>Recovering from an incorrect upgrade</b></summary> <summary><b>Recovering from an incorrect upgrade</b></summary>
<p>If the database schema is upgraded <em>without</em> stopping the worker responsible <p>If the database schema is upgraded <em>without</em> stopping the worker responsible

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -232,7 +232,7 @@ worker for application service traffic, <strong>it must be stopped</strong> when
(which normally happens when the main process is upgraded), to ensure the change is made safely (which normally happens when the main process is upgraded), to ensure the change is made safely
without any risk of reusing transaction IDs.</p> without any risk of reusing transaction IDs.</p>
<p>Deployments which do not use separate worker processes can be upgraded as normal. Similarly, <p>Deployments which do not use separate worker processes can be upgraded as normal. Similarly,
deployments where no applciation services are in use can be upgraded as normal.</p> deployments where no application services are in use can be upgraded as normal.</p>
<details> <details>
<summary><b>Recovering from an incorrect upgrade</b></summary> <summary><b>Recovering from an incorrect upgrade</b></summary>
<p>If the database schema is upgraded <em>without</em> stopping the worker responsible <p>If the database schema is upgraded <em>without</em> stopping the worker responsible