The Delayed Repository


Last modified: May 31, 2023

Overview

The Delayed repository provides a delayed update schedule for packages in EasyApache 4.

This repository aims to reduce the chance of unscheduled package updates. It receives updates one week (7 days) after EasyApache 4’s Production repository. Sometimes a package will contain a bug from the upstream source. When this happens, we release an update with the bug fix. If you use the Delayed repository, you will only receive the most recent update to a package. This repository replaces the Production repository as your primary EasyApache 4 repository.

cPanel & WHM, L.L.C, retains the right to push some packages immediately to the Delayed repository. These packages will usually contain security updates. We may also update other packages at our discretion.

Install the Delayed repository

Important:

When you switch to the Delayed repository, some of the packages on your system may be more recent than those available in the repository. This issue will resolve itself the next time the Delayed repository receives updates.

To install the Delayed repository and no longer use the Production repository, perform the following steps:

1
2
3
yum install -y ea4-delayed
yum clean all
yum makecache
1
2
3
dnf install -y ea4-delayed
dnf clean all
dnf makecache
1
2
3
4
apt install -y ea4-delayed
apt autoclean
apt update
apt-cache gencaches

Uninstall the Delayed repository

To uninstall the Delayed repository and switch back to the Production repository, perform the following steps:

1
2
3
4
yum erase -y ea4-delayed
yum clean all
yum makecache
yum update
1
2
3
4
dnf erase -y ea4-delayed
dnf clean all
dnf makecache
dnf update
1
2
3
4
apt purge -y ea4-delayed
apt autoclean
apt update
apt upgrade

Change Log

The delayed repository follows the EasyApache 4 Change Log, but its updates are delayed by a week.

Additional Documentation