1
0
mirror of https://github.com/gluster/glusterdocs.git synced 2026-02-05 15:47:01 +01:00

Geo-rep: Version upgrade to version 8 and above (#670)

Add information about the upgrade script that
is to executed for the update for geo-replication

Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
This commit is contained in:
Shwetha Acharya
2021-03-26 13:44:12 +05:30
committed by GitHub
parent bb934183eb
commit f554e55812

View File

@@ -5,6 +5,14 @@ aware of the features and fixes provided with the release.
> **NOTE:** Before following the generic upgrade procedure checkout the "**Major Issues**" section given below.
> With version 8, there are certain changes introduced to the directory structure of changelog files in gluster geo-replication.
> Thus, before the upgrade of geo-rep packages, we need to execute the [upgrade script](https://github.com/gluster/glusterfs/commit/2857fe3fad4d2b30894847088a54b847b88a23b9) with the brick path as argument, as described below:
>1. Stop the geo-rep session
>2. Run the upgrade script with the brick path as the argument. Script can be used in loop for multiple bricks.
>3. Start the upgradation process.
>This script will update the existing changelog directory structure and the paths inside the htime files to a new format introduced in version 8.
>If the above mentioned script is not executed, the search algorithm, used during the history crawl will fail with the wrong result for upgradation from version 7 and below to version 8 and above.
Refer, to the [generic upgrade procedure](./generic-upgrade-procedure.md) guide and follow documented instructions.
## Major issues