diff --git a/advocacy_docs/supported-open-source/barman/index.mdx b/advocacy_docs/supported-open-source/barman/index.mdx index 3c654499418..3a2cf0cc4b3 100644 --- a/advocacy_docs/supported-open-source/barman/index.mdx +++ b/advocacy_docs/supported-open-source/barman/index.mdx @@ -14,9 +14,9 @@ tags: Barman (Backup and Recovery Manager) is an open-source administration tool for remote backups and disaster recovery of PostgreSQL servers in business-critical environments. It relies on PostgreSQL’s robust and reliable Point In Time Recovery technology, allowing DBAs to remotely manage a complete catalogue of backups and the recovery phase of multiple remote servers – all from one location. Barman is distributed under GNU GPL 3 and maintained by EDB. - - Looking for Barman documentation? Head over to [http://docs.pgbarman.org/ →](http://docs.pgbarman.org/) - +!!! Note + Looking for Barman documentation? Head over to [http://docs.pgbarman.org/](http://docs.pgbarman.org/) + Key capabilities include: diff --git a/advocacy_docs/supported-open-source/pgadmin/index.mdx b/advocacy_docs/supported-open-source/pgadmin/index.mdx index ad4a734d5a8..29d7f4b56bd 100644 --- a/advocacy_docs/supported-open-source/pgadmin/index.mdx +++ b/advocacy_docs/supported-open-source/pgadmin/index.mdx @@ -7,9 +7,8 @@ product: pgAdmin pgAdmin is an open source, multi-platform console for PostgreSQL management and administration. - - Looking for pgAdmin documentation? Head over to [https://www.pgadmin.org/docs/ →](https://www.pgadmin.org/docs/) - +!!! Note + Looking for pgAdmin documentation? Head over to [https://www.pgadmin.org/docs/](https://www.pgadmin.org/docs/) pgAdmin is available in desktop or web-based deployment models and is compatible with PostgreSQL or EDB Postgres Advanced Server 9.5 or higher. The intuitive graphical user interface (GUI) provides tools for managing, querying, and analyzing PostgreSQL databases. diff --git a/advocacy_docs/supported-open-source/pgbackrest/index.mdx b/advocacy_docs/supported-open-source/pgbackrest/index.mdx index 39beb8ec877..0ee8c0539fc 100644 --- a/advocacy_docs/supported-open-source/pgbackrest/index.mdx +++ b/advocacy_docs/supported-open-source/pgbackrest/index.mdx @@ -1,5 +1,5 @@ --- -title: 'pgBackRest Guide' +title: 'pgBackRest' description: 'Introduction to pgBackRest, a reliable PostgreSQL backup & restore tool' product: 'pgBackRest' tags: @@ -10,14 +10,12 @@ tags: indexCards: simple --- -## Introduction +pgBackRest is an easy-to-use backup and restore tool that aims to enable your organization to implement disaster recovery solutions for PostgreSQL databases. -_pgBackRest_ is an easy-to-use backup and restore tool that aims to enable your organization to implement disaster recovery solutions for _Postgres_ databases. Taking an online hot backup of _Postgres_ and restoring it is now as easy as it could be! +!!! Note + Looking for pgBackRest documentation? Head over to [http://www.pgbackrest.org](http://www.pgbackrest.org) -_pgBackRest_ [v2.32](https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.32) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page. +pgBackRest [v2.32](https://github.com/pgbackrest/pgbackrest/releases/tag/release/2.32) is the current stable release. Release notes are on the [Releases](http://www.pgbackrest.org/release.html) page. EDB collaborates with the community on this open-source software. The packages provided in EDB repositories are technically equivalent to the packages provided by the **PostgreSQL** community. All of the use cases shown in this document are fully tested and supported by **EDB Postgres Advanced Server**. -For more information about _pgBackRest_, including reference and usage information, please visit the [project site](http://www.pgbackrest.org). - -## In this guide \ No newline at end of file diff --git a/advocacy_docs/supported-open-source/postgresql/index.mdx b/advocacy_docs/supported-open-source/postgresql/index.mdx index a06ece9709a..3cf26095f74 100644 --- a/advocacy_docs/supported-open-source/postgresql/index.mdx +++ b/advocacy_docs/supported-open-source/postgresql/index.mdx @@ -7,11 +7,7 @@ product: PostgreSQL PostgreSQL is a popular, free, open-source relational database management system (RDBMS). It has earned a reputation for reliability, performance, and extensibility, with a robust feature set to securely store and scale even the most complex workloads. - - Looking for PostgreSQL documentation? Head over to [postgresql.org →](https://www.postgresql.org/docs/) - +!!! Note + Looking for PostgreSQL documentation? Head over to [postgresql.org/docs](https://www.postgresql.org/docs/) EDB is deeply involved with and committed to the PostgreSQL community with the goal of constantly improving and building upon the software. We’re active in promoting the adoption of PostgreSQL and related software worldwide, contributing every year since 2006. Some of our team members have been involved with the project since its inception in 1996, and continue to play a key role in shaping its future. - - -The EDB Language Pack Installer can be used with both PostgreSQL installations and Advanced Server installations. [Details are in the documentation](/epas/latest/language_pack/). diff --git a/advocacy_docs/supported-open-source/postgresql/installer/index.mdx b/advocacy_docs/supported-open-source/postgresql/installer/index.mdx index 10f93f9f3a9..19542aa4447 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/index.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/index.mdx @@ -1,25 +1,21 @@ --- -title: "Introduction" +title: "EDB Installers" +description: "The PostgreSQL installers created by EnterpriseDB are designed to make it quick and simple to install PostgreSQL on your computer." --- - - The PostgreSQL installers created by EnterpriseDB are designed to make it quick and simple to install PostgreSQL on your computer. The installer provides: -- a distribution-independent PostgreSQL installation. -- the popular open-source PostgreSQL administration tool, pgAdmin. -- the Stack Builder package manager (used to download and install drivers, tools and applications to complement your PostgreSQL installation). +- A distribution-independent PostgreSQL installation. +- The popular open-source PostgreSQL administration tool, pgAdmin. +- The Stack Builder package manager (used to download and install drivers, tools and applications to complement your PostgreSQL installation). The sections that follow provide information about using the PostgreSQL 13.0 installer. It also provides information about: -- hardware requirements and software prerequisites before installing PostgreSQL. -- step-by-step instructions explaining the installation options available with the setup wizard. -- how to use Stack Builder to install modules that provide enhanced functionality for PostgreSQL 13.0. -- uninstalling PostgreSQL. - -
- -requirements\_overview installing\_postgresql\_with\_the\_graphical\_installation\_wizard using\_stackbuilder installation\_troubleshooting uninstalling\_postgresql conclusion +- Hardware requirements and software prerequisites before installing PostgreSQL +- Step-by-step instructions explaining the installation options available with the setup wizard +- How to use Stack Builder to install modules that provide enhanced functionality for PostgreSQL 13.0 +- Uninstalling PostgreSQL -
+## EDB Language Pack Installer +The EDB Language Pack Installer can be used with both PostgreSQL installations and Advanced Server installations. [Details are in the documentation](/epas/latest/language_pack/). diff --git a/product_docs/docs/pgbouncer/1.0/01_installation/index.mdx b/product_docs/docs/pgbouncer/1.0/01_installation/index.mdx index 31792498b8c..01558cd1157 100644 --- a/product_docs/docs/pgbouncer/1.0/01_installation/index.mdx +++ b/product_docs/docs/pgbouncer/1.0/01_installation/index.mdx @@ -15,7 +15,7 @@ The PgBouncer version is version-specific, but the documented and supported func | ------------------ | ----------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | | `PgBouncer 1.15` | PostgreSQL and Advanced Server 13 | RHEL/CentOS 7 - x86_64 and RHEL/CentOS 8 - x86_64
RHEL/CentOS 7 - ppc64le
Debian 9x Stretch and Debian 10x Buster
Ubuntu 18.04 Bionic Beaver and Ubuntu 20.04 LTS Focal Fossa
Windows 86 x64 Interactive Installer| | `PgBouncer 1.15` | PostgreSQL and Advanced Server 12 | RHEL/CentOS 7 - x86_64 and RHEL/CentOS 8 - x86_64
RHEL/CentOS 7 - ppc64le
Debian 9x Stretch and Debian 10x Buster
Ubuntu 18.04 Bionic Beaver
Windows 86 x64 Interactive Installer
SUSE Linux Enterprise Server 12 SP4| -| `PgBouncer 1.15` | PostgreSQL and Advanced Server 11 | RHEL/CentOS 7 - x86_64 and RHEL/CentOS 8 - x86_64
RHEL/CentOS 7 - ppc64le
Debian 9x Stretch
Ubuntu 18.04 Bionic Beaver
Windows 86 x64 Interactive Installer
SUSE Linux Enterprise Server 12 SP4| +| `PgBouncer 1.15` | PostgreSQL and Advanced Server 11 | RHEL/CentOS 7 - x86_64
RHEL/CentOS 7 - ppc64le
Debian 9x Stretch
Ubuntu 18.04 Bionic Beaver
Windows 86 x64 Interactive Installer
SUSE Linux Enterprise Server 12 SP4| | `PgBouncer 1.15` | PostgreSQL and Advanced Server 10 and 9.6 | RHEL/CentOS 7 - x86_64 and RHEL/CentOS 8 - x86_64
RHEL/CentOS 7 - ppc64le
Debian 9x Stretch
Ubuntu 18.04 Bionic Beaver
Windows 86 x64 Interactive Installer| | `PgBouncer 1.14` | Advanced Server 13 | RHEL/CentOS 7 - x86_64 and RHEL/CentOS 8 - x86_64
RHEL/CentOS 7 - ppc64le
Debian 9x Stretch and Debian 10x Buster
Ubuntu 18.04 Bionic Beaver and Ubuntu 20.04 LTS Focal Fossa
Windows 86 x64 Interactive Installer| | `PgBouncer 1.14` | Advanced Server 12 | RHEL/CentOS 7 - x86_64 and RHEL/CentOS 8 - x86_64
RHEL/CentOS 7 - ppc64le
Debian 9x Stretch and Debian 10x Buster
Ubuntu 18.04 Bionic Beaver
Windows 86 x64 Interactive Installer| diff --git a/src/styles/_docs.scss b/src/styles/_docs.scss index 5703bc87a76..a9669b15373 100644 --- a/src/styles/_docs.scss +++ b/src/styles/_docs.scss @@ -7,6 +7,10 @@ table { width: 100% !important; // some docs have table widths set inline :( } +.table-with-scroll { + overflow-x: scroll; +} + label.link-label { color: $link-color; text-decoration: $link-decoration; @@ -142,11 +146,6 @@ html.katacoda-panel-active .katacoda-exec-button { .cta { font-size: 1.2rem; } } - -// .topbar, nav { -// opacity: 0.1; -// } - @media print { .topbar, .sidebar, nav { display: none !important;