You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting_started/upgrading.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ All servers in a Zone must be running the same version of iRODS. Using inconsis
6
6
7
7
It is best practice to stop an iRODS server before upgrading as it will allow the graceful completion of any ongoing transfers or requests.
8
8
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.
10
10
11
11
## Upgrading to iRODS 5 and later
12
12
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.
14
14
15
15
Upgrading only requires two steps:
16
16
@@ -20,7 +20,7 @@ Upgrading only requires two steps:
20
20
The `upgrade_irods.py` script is idempotent.
21
21
22
22
!!! 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.
0 commit comments