Migrating from Repos 1.0 to 2.0

Suggest edits
Repos 1.0 sunset

The Repos 1.0 repositories are due to be sunset by the end of October 2024. After that, you will no longer have access to them. We recommend that you migrate to the Repos 2.0 repositories as soon as possible.

We recommend that you perform the two steps to this process in order. The first step is to remove the old Repos 1.0 repositories from your system. The second step is to add the new Repos 2.0 repositories to your system.

It's possible to perform the steps in the reverse order. However, you must ensure that no processes are running during the migration that might attempt to update or install packages.

Remove Repos 1.0 repositories

The first step in migrating is to remove the Repos 1.0 entry from your machine's repository list.

Debian/Ubuntu

Run:

sudo su -c 'rm /etc/apt/sources.list.d/edb-$(lsb_release -cs).list'

RHEL and derivatives

Run:

sudo rm /etc/yum.repos.d/edb.repo

SUSE

Run:

zypper rr https://zypp.enterprisedb.com/suse/edb-sles.repo

Add Repos 2.0 repositories

The next step is to add the Repos 2.0 repositories to your machine. You can use the instructions in the Getting started.


Could this page be better? Report a problem or suggest an addition!