Skip to content

Commit 3c629c6

Browse files
committed
squash. code review
1 parent e0de894 commit 3c629c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting_started/upgrading.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ All servers in a Zone must be running the same version of iRODS. Using inconsis
66

77
It is best practice to stop an iRODS server before upgrading as it will allow the graceful completion of any ongoing transfers or requests.
88

9-
Upgrades coming from the APT and YUM repositories will cause the server to shut down. This is intentional as the administrator is required to apply catalog schema updates before restarting the server. A catalog schema update could be a relatively heavy operation and will require an amount of time on large installations (hundreds of millions of records) that should be handled within a declared maintenance window.
9+
Upgrades of packages from APT and YUM repositories will stop the server as part of the package upgrade process. This is intentional as the administrator is required to apply any catalog schema updates before restarting the server. A catalog schema update could be a relatively heavy operation and will require an amount of time on large installations (hundreds of millions of records) that should be handled within a declared maintenance window.
1010

1111
## Upgrading to iRODS 5 and later
1212

13-
iRODS 5 does not upgrade the catalog or `server_config.json` on server startup. This functionality was deliberately separated to make the upgrade process more deterministic and manageable.
13+
iRODS 5 does not upgrade the catalog or `server_config.json` on server startup. This functionality has been kept separate deliberately to make the upgrade process more deterministic and manageable.
1414

1515
Upgrading only requires two steps:
1616

@@ -20,7 +20,7 @@ Upgrading only requires two steps:
2020
The `upgrade_irods.py` script is idempotent.
2121

2222
!!! Warning
23-
The iRODS server will not start if it detects a difference in the catalog schema version.
23+
The iRODS server will not start if it detects an unexpected catalog schema version.
2424

2525
## Migrating from Static PEPs to Dynamic PEPs
2626

0 commit comments

Comments
 (0)