Skip to content

Commit

Permalink
Merge pull request #3645 from EnterpriseDB/release/2023-02-13
Browse files Browse the repository at this point in the history
Release: 2023-02-13
  • Loading branch information
drothery-edb authored Feb 13, 2023
2 parents f4cf1c9 + 945c158 commit b72857d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,17 @@ redirects:

You can install Replication Server 7 when you have existing single-master or multi-master replication systems that are running under Replication Server version 7.

It is assumed that you are installing Replication Server 7 on the same host machine that is currently running Replication Server 6.2.x and that you will then manage the existing replication systems using Replication Server 7.
It is assumed that you are installing Replication Server 7.x on the same host machine that is currently running the earlier version of Replication Server you are upgrading from and that you will then manage the existing replication systems using Replication Server 7.x.

A direct upgrade is supported only from Replication Server versions 6.2.x.
If you are using a version of Replication Server earlier than 6.2.x on Linux, first upgrade to 6.2.x, and then upgrade to version 7.x. See:
- [Upgrading to xDB Replication Server 6.2](/eprs/6.2/10_appendix/02_upgrading_to_xdb6_2)
- [Upgrading from a Replication Server 6.2 installation on Linux](upgrading_with_xdb_rpm_package)

After upgrading to version 6.2, you can then upgrade to 7.

If you are using a version of Replication Server older than 6.2.x, first upgrade to 6.2.x, and then upgrade to version 7.

For more details on upgrading Replication Server, see:

- [Updating the publication and subscription server](updating_sub_and_pub_ports)
- [Upgrading a Linux installation](upgrading_linux)
- [Upgrading from a Replication Server 7.x installation on Linux](upgrading_linux)
- [Upgrading with the graphical user interface installer](upgrading_with_gui_installer)
- [Upgrading from a Replication Server RPM package installation](upgrading_with_xdb_rpm_package)

<div class="toctree" maxdepth="3">

upgrading_with_gui_installer upgrading_with_xdb_rpm_package updating_sub_and_pub_ports

</div>
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
---
title: "Upgrading a Linux installation"
title: "Upgrading from a Replication Server 7.x installation on Linux"
navTitle: Upgrading from 7.x
redirects:
- /eprs/latest/03_installation/03a_updating_linux_installation/
- /eprs/latest/installing/upgrading/
---

If you have an existing Replication Server installed on Linux, you can use yum to upgrade your repository configuration file and update to a more recent product version. To update the `edb.repo` file, assume superuser privileges and enter:
If you have an existing Replication Server 7.x installation on Linux, you can use yum to upgrade your repository configuration file and update to a more recent product version. To update the `edb.repo` file, assume superuser privileges and enter:

`yum upgrade edb-repo`

`yum` will update the `edb.repo` file to enable access to the current EDB repository, configured to connect with the credentials specified in your `edb.repo` file. Then, you can use yum to upgrade any installed packages:

`yum upgrade ppas-xdb*`
`yum upgrade edb-xdb*`

See [Upgrading from a Replication Server RPM Package Installation](upgrading_with_xdb_rpm_package) for details.
If you are upgrading from a Replication Server 6.2 installation on Linux, see [Upgrading from a Replication Server 6.2 installation on Linux](upgrading_with_xdb_rpm_package) for details.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Upgrading from a RPM package installation"
title: "Upgrading from a Replication Server 6.2 installation on Linux"
navTitle: Upgrading from 6.2
redirects:
- /eprs/latest/10_appendix/02_upgrading_to_xdb6_2/03_upgrading_with_xdb_rpm_package/
- /eprs/latest/10_appendix/01_upgrading_to_xdb6_2/03_upgrading_with_xdb_rpm_package/
Expand Down Expand Up @@ -36,7 +37,7 @@ If you're using Replication Server 6.2.x that was installed using the Replicatio

1. As the root account, invoke the yum update command to begin the upgrade from Replication Server 6.2.x to Replication Server 7 as shown by the following:

`yum update edb-xdb*`
`yum update ppas-xdb*`

Be sure to include the asterisk character (\*) to update all Replication Server components.

Expand Down

2 comments on commit b72857d

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸŽ‰ Published on https://edb-docs.netlify.app as production
πŸš€ Deployed on https://63ea4021c8a27a13dcdaab98--edb-docs.netlify.app

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.