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
Describe the bug
The AMIs we use in epicli v2.0 for AlmaLinux deployments on AWS (AlmaLinux OS 8.4.20211015 x86_64 and AlmaLinux OS 8.4.20211015 aarch64) are no longer available for both x64 and aarch64 architectures.
The error returned by epicli is as follows ERROR epicli - Expected 1 OS Image matching Name: AlmaLinux OS 8.4.20211015 x86_64 but received: 0.
For x64 deployments as a workaround, one can use AlmaLinux OS 8.6.20220901 x86_64 image that seems to be working fine at the time of testing today.
For aarch64 there is an additional issue with pgaudit15_13-1.5.0 package that is no longer available in postgresql repository.
So we need to find another source for the v1.5.0 package or adjust existing scripts to download v1.5.2.
As a temporary solution, one can remove pgaudit from the requirements list and NOT enable this extension in postgresql configuration.
Then the cluster should by deployed with no issues and pgaudit can be installed later manually.
For some time now, it has also been possible to deploy an aarch64 cluster in Azure. However, the images available there are mainly Ubuntu 18.04, 20.04, 22.04, 22.10 and a few others, there is no AlmaLinux at all as of now. In this case, to deploy an aarch64 cluster on Azure we need to adjust the download-requirements scripts anyway to support other systems, not just AlmaLinux. So additional work would also be required.
To deploy AlmaLinux 8.6 clusters on AWS add the following documents to your data.yaml:
OS images updated in #3400.
Pgaudit package removed from aarch64 requirements (as no longer available) and disabled from the default configuration.
If needed, it can be installed manually after installing epiphany.
Describe the bug
The AMIs we use in epicli v2.0 for AlmaLinux deployments on AWS (
AlmaLinux OS 8.4.20211015 x86_64
andAlmaLinux OS 8.4.20211015 aarch64
) are no longer available for both x64 and aarch64 architectures.The error returned by epicli is as follows
ERROR epicli - Expected 1 OS Image matching Name: AlmaLinux OS 8.4.20211015 x86_64 but received: 0
.For x64 deployments as a workaround, one can use
AlmaLinux OS 8.6.20220901 x86_64
image that seems to be working fine at the time of testing today.For aarch64 there is an additional issue with
pgaudit15_13-1.5.0
package that is no longer available in postgresql repository.So we need to find another source for the v1.5.0 package or adjust existing scripts to download v1.5.2.
As a temporary solution, one can remove
pgaudit
from the requirements list and NOT enable this extension in postgresql configuration.Then the cluster should by deployed with no issues and
pgaudit
can be installed later manually.For some time now, it has also been possible to deploy an aarch64 cluster in Azure. However, the images available there are mainly Ubuntu 18.04, 20.04, 22.04, 22.10 and a few others, there is no AlmaLinux at all as of now. In this case, to deploy an aarch64 cluster on Azure we need to adjust the download-requirements scripts anyway to support other systems, not just AlmaLinux. So additional work would also be required.
To deploy AlmaLinux 8.6 clusters on AWS add the following documents to your data.yaml:
Environment
epicli version: [2.0.2]
Additional context
Add any other context about the problem here.
DoD checklist
The text was updated successfully, but these errors were encountered: