Actions
Bug #34445
closedKatello not supported with Azure Postgresql Service
Description
The installer fails with:
```
PG::FeatureNotSupported: ERROR: extension "evr" is not supported by Azure Database for PostgreSQL
DETAIL: Installing the extension "evr" failed, because it is not on the list of extensions supported by Azure Database for PostgreSQL.
HINT: To see the full list of supported extensions run: SELECT * FROM pg_available_extensions;
```
It looks to be valid for every cloud providers.
Actions