diff --git a/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx b/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx index a24ddd53fed..f7cb527971c 100644 --- a/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx +++ b/advocacy_docs/pg_extensions/advanced_storage_pack/installing.mdx @@ -9,18 +9,18 @@ The Advanced Storage Pack is supported on the same platforms as the Postgres dis - [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg) -- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr) +- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended) ## Prerequisites Before you begin the installation process: - Install Postgres. See: - - [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/) + - [Installing EDB Postgres Advanced Server](/epas/latest/installing/) - [Installing PostgreSQL](https://www.postgresql.org/download/) - - [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/docs/pgd/latest/deployments/tpaexec/) + - [Installing EDB Postgres Extended Server](/pge/latest/installing/) - Set up the repository. @@ -60,7 +60,7 @@ Where: | ---------------------------- | ---------- | | PostgreSQL | pg | | EDB Postgres Advanced Server | as | - | EDB Postgres Extended | pgextended | + | EDB Postgres Extended | postgresextended | - `` is the version of Postgres you're using. @@ -75,5 +75,5 @@ sudo dnf -y install edb-as14-advanced-storage-pack1 To install Advanced Storage Pack 1.0.0 for EDB Postgres Advanced Server 14 on a Debian 11 platform: ```shell -sudo apt-get -y install edb-pg15-advanced-storage-pack-1 +sudo apt-get -y install edb-pg14-advanced-storage-pack-1 ``` diff --git a/advocacy_docs/pg_extensions/ldap_sync/installing.mdx b/advocacy_docs/pg_extensions/ldap_sync/installing.mdx index dd97c0727f9..941fed01fcb 100644 --- a/advocacy_docs/pg_extensions/ldap_sync/installing.mdx +++ b/advocacy_docs/pg_extensions/ldap_sync/installing.mdx @@ -7,18 +7,18 @@ EDB LDAP Sync is supported on the same platforms as the Postgres distribution yo - [EDB Postgres Advanced Server Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas) - [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg) -- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr) +- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended) ## Prerequisites Before you begin the installation process: - Install Postgres. See: - - [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/) + - [Installing EDB Postgres Advanced Server](/epas/latest/installing/) - [Installing PostgreSQL](https://www.postgresql.org/download/) - - [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](/pgd/latest/deployments/tpaexec/) + - [Installing EDB Postgres Extended Server](/pge/latest/installing/) - Install [ldap2pg](https://ldap2pg.readthedocs.io/en/latest/). diff --git a/advocacy_docs/pg_extensions/pg_tuner/installing.mdx b/advocacy_docs/pg_extensions/pg_tuner/installing.mdx index c83fded9b77..2505a9b05a3 100644 --- a/advocacy_docs/pg_extensions/pg_tuner/installing.mdx +++ b/advocacy_docs/pg_extensions/pg_tuner/installing.mdx @@ -7,18 +7,18 @@ EDB Postgres Tuner is supported on the same platforms as the Postgres distributi - [EDB Postgres Advanced Server Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas) - [PostgreSQL Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#pg) -- [EDB Postgres Distributed (includes EDB Postgres Extended)](https://www.enterprisedb.com/resources/platform-compatibility#bdr) +- [EDB Postgres Extended Server Product Compatibility](https://www.enterprisedb.com/resources/platform-compatibility#epas_extended) ## Prerequisites Before you begin the installation process: - Install Postgres. See: - - [Installing EDB Postgres Advanced Server](/epas/latest/epas_inst_linux/installing_epas_using_edb_repository/) + - [Installing EDB Postgres Advanced Server](/epas/latest/installing/) - [Installing PostgreSQL](https://www.postgresql.org/download/) - - [Installing EDB Postgres Distributed (includes EDB Postgres Extended)](/pgd/latest/deployments/tpaexec/) + - [Installing EDB Postgres Extended Server](/pge/latest/installing/) - Set up the repository. @@ -58,7 +58,7 @@ Where: | ---------------------------- | ---------- | | PostgreSQL | pg | | EDB Postgres Advanced Server | as | - | EDB Postgres Extended | pgextended | + | EDB Postgres Extended | postgresextended | - `` is the version of Postgres you're using.