diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index c099a184ae5..7f650d27090 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -11,12 +11,27 @@ jobs: with: lfs: true ref: ${{ github.event.pull_request.head.sha }} + path: content + sparse-checkout: | + advocacy_docs + product_docs + + - name: Checkout sync tool + uses: actions/checkout@v4 + with: + lfs: true + ref: develop + path: tools + sparse-checkout: | + tools - name: setup node uses: actions/setup-node@v4 - name: install dependencies - run: npm --prefix ./tools/automation/actions/link-check ci + run: npm --prefix ./tools/tools/automation/actions/link-check ci - name: check links - uses: ./tools/automation/actions/link-check + uses: ./tools/tools/automation/actions/link-check + with: + content-path: ./content diff --git a/advocacy_docs/edb-postgres-ai/analytics/images/level-100-architecture.png b/advocacy_docs/edb-postgres-ai/analytics/images/level-100-architecture.png deleted file mode 100644 index f38ceb9aa30..00000000000 --- a/advocacy_docs/edb-postgres-ai/analytics/images/level-100-architecture.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aef8790c4aa13f37492cf6acb1c1376a7db86bde75d5fa403446280594b70c2 -size 309502 diff --git a/advocacy_docs/edb-postgres-ai/analytics/images/level-200-marketecture.png b/advocacy_docs/edb-postgres-ai/analytics/images/level-200-marketecture.png deleted file mode 100644 index 65d48afbe42..00000000000 --- a/advocacy_docs/edb-postgres-ai/analytics/images/level-200-marketecture.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39a0b65fac78b1314645cb31cc0b1ab7357e55f9338e97b76e5cf6a20a9f94dd -size 453185 diff --git a/advocacy_docs/edb-postgres-ai/analytics/images/level-300-architecture.png b/advocacy_docs/edb-postgres-ai/analytics/images/level-300-architecture.png deleted file mode 100644 index ea69945d1ff..00000000000 --- a/advocacy_docs/edb-postgres-ai/analytics/images/level-300-architecture.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92662f8a9ba963b7d5a590583f4751e65738e8ac69ca70067b1d47e0b09f6dd2 -size 458380 diff --git a/advocacy_docs/edb-postgres-ai/analytics/images/level-300.svg b/advocacy_docs/edb-postgres-ai/analytics/images/level-300.svg index 6b59fc43e2a..7d32a161587 100644 --- a/advocacy_docs/edb-postgres-ai/analytics/images/level-300.svg +++ b/advocacy_docs/edb-postgres-ai/analytics/images/level-300.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/advocacy_docs/edb-postgres-ai/analytics/images/level-50-architecture.png b/advocacy_docs/edb-postgres-ai/analytics/images/level-50-architecture.png deleted file mode 100644 index fb983b28acd..00000000000 --- a/advocacy_docs/edb-postgres-ai/analytics/images/level-50-architecture.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:079cecc1a546705681e2a0a302680172726195aead9d6f63e49ecf702326a0e9 -size 436789 diff --git a/advocacy_docs/edb-postgres-ai/analytics/images/level-50.svg b/advocacy_docs/edb-postgres-ai/analytics/images/level-50.svg deleted file mode 100644 index 1fd5c5b12d2..00000000000 --- a/advocacy_docs/edb-postgres-ai/analytics/images/level-50.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/advocacy_docs/edb-postgres-ai/analytics/images/old-level-300.svg b/advocacy_docs/edb-postgres-ai/analytics/images/old-level-300.svg new file mode 100644 index 00000000000..6b59fc43e2a --- /dev/null +++ b/advocacy_docs/edb-postgres-ai/analytics/images/old-level-300.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/advocacy_docs/security/advisories/cve20244545.mdx b/advocacy_docs/security/advisories/cve20244545.mdx index 5f73256e654..753b434c0d6 100644 --- a/advocacy_docs/security/advisories/cve20244545.mdx +++ b/advocacy_docs/security/advisories/cve20244545.mdx @@ -8,7 +8,7 @@ First Published: 2024/05/09 Last Updated: 2024/05/09 -## Summary +## Summary All versions of EnterpriseDB Postgres Advanced Server (EPAS) from 15.0 and prior to 15.7.0 and from 16.0 and prior to 16.3.0 may allow users using `edbldr` to bypass role permissions from `pg_read_server_files`. This could allow low privilege users to read files to which they would not otherwise have access. @@ -27,8 +27,8 @@ CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N ## Affected products and versions * EnterpriseDB Postgres Advanced Server (EPAS) - * All versions from 15.0 and prior to 15.7.0 - * All versions from 16.0 and prior to 16.3.0 + * All versions from 15.0 and prior to 15.7.0 + * All versions from 16.0 and prior to 16.3.0 ## Remediation @@ -37,7 +37,7 @@ Impacted users must upgrade to a fixed version of EPAS. For questions about upda | Product | VRMF | Remediation/First Fix | |---------|------|-----------------------| | EPAS | All versions from 15.0 and prior to 15.7.0 | [Upgrade EPAS 15 to Minor release](https://www.enterprisedb.com/docs/epas/15/upgrading/04_upgrading_an_installation_with_pg_upgrade/01_performing_an_upgrade/) | -| EPAS | All versions from 16.0 and prior to 16.7.0 | [Upgrade EPAS 16 to Minor release](https://www.enterprisedb.com/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/01_performing_an_upgrade/) | +| EPAS | All versions from 16.0 and prior to 16.7.0 | [Upgrade EPAS 16 to Minor release](https://www.enterprisedb.com/docs/epas/16/upgrading/minor_upgrade/) | !!! Warning If impacted users are currently relying on non-superusers to run edbldr and read data from the server filesystem without any special permissions, the fixed versions of EPAS could break these workflows. It is recommended that users do one of the following: @@ -68,4 +68,4 @@ None ## Disclaimer -This document is provided on an "as is" basis and does not imply any kind of guarantee or warranty, including the warranties of merchantability or fitness for a particular use. Your use of the information on the document is at your own risk. EDB reserves the right to change or update this document at any time. Customers are therefore recommended to always view the latest version of this document. \ No newline at end of file +This document is provided on an "as is" basis and does not imply any kind of guarantee or warranty, including the warranties of merchantability or fitness for a particular use. Your use of the information on the document is at your own risk. EDB reserves the right to change or update this document at any time. Customers are therefore recommended to always view the latest version of this document. diff --git a/product_docs/docs/biganimal/release/reference/cli/managing_clusters.mdx b/product_docs/docs/biganimal/release/reference/cli/managing_clusters.mdx index 956ce50e7cc..4e6cc927bd0 100644 --- a/product_docs/docs/biganimal/release/reference/cli/managing_clusters.mdx +++ b/product_docs/docs/biganimal/release/reference/cli/managing_clusters.mdx @@ -258,7 +258,7 @@ biganimal cluster delete \ --region "eastus" ``` -You can list all deleted clusters using the `show-deleted-clusters` command and restore them from their history backups as needed. +You can list all deleted clusters using the `biganimal cluster show --deleted` command and restore them from their history backups as needed. ### Restore a cluster diff --git a/product_docs/docs/biganimal/release/release_notes/2024_07_jul_rel_notes.mdx b/product_docs/docs/biganimal/release/release_notes/2024_07_jul_rel_notes.mdx new file mode 100644 index 00000000000..a47225dd5f5 --- /dev/null +++ b/product_docs/docs/biganimal/release/release_notes/2024_07_jul_rel_notes.mdx @@ -0,0 +1,9 @@ +--- +title: BigAnimal July 2024 release notes +navTitle: July 2024 +--- + +No updates were released for BigAnimal in July 2024. + + + diff --git a/product_docs/docs/biganimal/release/release_notes/index.mdx b/product_docs/docs/biganimal/release/release_notes/index.mdx index d793fbe9f52..10af724b2fb 100644 --- a/product_docs/docs/biganimal/release/release_notes/index.mdx +++ b/product_docs/docs/biganimal/release/release_notes/index.mdx @@ -2,6 +2,7 @@ title: BigAnimal release notes navTitle: Release notes navigation: +- 2024_07_jul_rel_notes - 2024_06_jun_rel_notes - 2024_05_may_rel_notes - 2024_04_apr_rel_notes @@ -24,14 +25,15 @@ navigation: The BigAnimal documentation describes the latest version of BigAnimal, including minor releases and patches. These release notes provide information on what was new in each release. For new functionality introduced in a minor or patch release, the content also indicates the release that introduced the feature. -| 2024 | -|--------------------------------------| +| 2024 | +|----------------------------------------| +| [July 2024](2024_07_jul_rel_notes) | | [June 2024](2024_06_jun_rel_notes) | -| [May 2024](2024_05_may_rel_notes) | -| [April 2024](2024_04_apr_rel_notes) | -| [March 2024](2024_03_mar_rel_notes) | -| [February 2024](2024_02_feb_rel_notes) | -| [January 2024](2024_01_jan_rel_notes) | +| [May 2024](2024_05_may_rel_notes) | +| [April 2024](2024_04_apr_rel_notes) | +| [March 2024](2024_03_mar_rel_notes) | +| [February 2024](2024_02_feb_rel_notes) | +| [January 2024](2024_01_jan_rel_notes) | | 2023 | |--------------------------------------| diff --git a/product_docs/docs/epas/16/upgrading/index.mdx b/product_docs/docs/epas/16/upgrading/index.mdx index 097888a1cff..b2196724d75 100644 --- a/product_docs/docs/epas/16/upgrading/index.mdx +++ b/product_docs/docs/epas/16/upgrading/index.mdx @@ -6,8 +6,8 @@ redirects: - /epas/latest/epas_upgrade_guide/ --- -Upgrading EDB Postgres Advanced Server involves: +Upgrading an EDB Postgres Advanced Server installation varies depending on whether you want to perform a major or minor version upgrade. + +- Use `pg_upgrade` to perform upgrades between major versions of EDB Postgres Advanced Server. +- Use `dnf`, `apt-get` or StackBuilder Plus to perform upgrades between minor versions of EDB Postgres Advanced Server. The method you use depends on the underlying operating system. -- `pg_upgrade` to upgrade from an earlier version of EDB Postgres Advanced Server to the latest version. -- `yum` to perform a minor version upgrade on a Linux host. -- `StackBuilder Plus` to perform a minor version upgrade on a Windows host. diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/01_performing_an_upgrade/01_linking_versus_copying.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/01_performing_an_upgrade/01_linking_versus_copying.mdx similarity index 100% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/01_performing_an_upgrade/01_linking_versus_copying.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/01_performing_an_upgrade/01_linking_versus_copying.mdx diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/01_performing_an_upgrade/index.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/01_performing_an_upgrade/index.mdx similarity index 94% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/01_performing_an_upgrade/index.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/01_performing_an_upgrade/index.mdx index 345b2ab8efd..d34de70e7a0 100644 --- a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/01_performing_an_upgrade/index.mdx +++ b/product_docs/docs/epas/16/upgrading/major_upgrade/01_performing_an_upgrade/index.mdx @@ -1,8 +1,9 @@ --- title: "Performing an upgrade" -description: "Describes how to upgrade an earlier version of EDB Postgres Advanced Server to the current version" +description: "Describes how to upgrade an earlier version of EDB Postgres Advanced Server to the current version." redirects: - /epas/latest/epas_upgrade_guide/04_upgrading_an_installation_with_pg_upgrade/01_performing_an_upgrade/ +- /epas/latest/upgrading/04_upgrading_an_installation_with_pg_upgrade/01_performing_an_upgrade --- To upgrade an earlier version of EDB Postgres Advanced Server to the current version: diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/02_invoking_pg_upgrade/01_command_line_options_reference.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/02_invoking_pg_upgrade/01_command_line_options_reference.mdx similarity index 100% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/02_invoking_pg_upgrade/01_command_line_options_reference.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/02_invoking_pg_upgrade/01_command_line_options_reference.mdx diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/02_invoking_pg_upgrade/index.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/02_invoking_pg_upgrade/index.mdx similarity index 100% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/02_invoking_pg_upgrade/index.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/02_invoking_pg_upgrade/index.mdx diff --git a/product_docs/docs/epas/16/upgrading/03_limitations.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/03_limitations.mdx similarity index 100% rename from product_docs/docs/epas/16/upgrading/03_limitations.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/03_limitations.mdx diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/03_upgrading_to_advanced_server.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/03_upgrading_to_advanced_server.mdx similarity index 100% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/03_upgrading_to_advanced_server.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/03_upgrading_to_advanced_server.mdx diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/04_upgrading_a_pgAgent_installation.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/04_upgrading_a_pgAgent_installation.mdx similarity index 100% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/04_upgrading_a_pgAgent_installation.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/04_upgrading_a_pgAgent_installation.mdx diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/05_pg_upgrade_troubleshooting.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/05_pg_upgrade_troubleshooting.mdx similarity index 100% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/05_pg_upgrade_troubleshooting.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/05_pg_upgrade_troubleshooting.mdx diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/06_reverting_to_the_old_cluster.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/06_reverting_to_the_old_cluster.mdx similarity index 100% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/06_reverting_to_the_old_cluster.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/06_reverting_to_the_old_cluster.mdx diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/how_pg_upgrade_works.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/how_pg_upgrade_works.mdx similarity index 100% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/how_pg_upgrade_works.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/how_pg_upgrade_works.mdx diff --git a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/index.mdx b/product_docs/docs/epas/16/upgrading/major_upgrade/index.mdx similarity index 78% rename from product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/index.mdx rename to product_docs/docs/epas/16/upgrading/major_upgrade/index.mdx index a5b62c7711e..8875082a540 100644 --- a/product_docs/docs/epas/16/upgrading/04_upgrading_an_installation_with_pg_upgrade/index.mdx +++ b/product_docs/docs/epas/16/upgrading/major_upgrade/index.mdx @@ -1,8 +1,9 @@ --- -title: "Upgrading an installation with pg_upgrade" -description: "Describes using pg_upgrade to migrate from an earlier version of EDB Postgres Advanced Server to the newest version" +title: "Major version upgrade with pg_upgrade" +description: "Describes using pg_upgrade to migrate from an earlier major version of EDB Postgres Advanced Server to the most recent version." indexCards: simple navigation: +- 03_limitations - how_pg_upgrade_works - 01_performing_an_upgrade - 02_invoking_pg_upgrade @@ -12,12 +13,13 @@ navigation: - 06_reverting_to_the_old_cluster redirects: - /epas/latest/epas_upgrade_guide/04_upgrading_an_installation_with_pg_upgrade/ +- /epas/latest/upgrading/04_upgrading_an_installation_with_pg_upgrade ---
!!! Note - Review the [upgrade considerations](../03_limitations/) prior to performing an upgrade with the `pg_upgrade` utility. + Review the [upgrade considerations](03_limitations) prior to performing an upgrade with the `pg_upgrade` utility. While minor upgrades between versions are fairly simple and require only installing new executables, past major version upgrades were both expensive and time consuming. `pg_upgrade` eases migration between any version of EDB Postgres Advanced Server (version 9.0 or later) and any later release of EDB Postgres Advanced Server that's supported on the same platform. diff --git a/product_docs/docs/epas/16/upgrading/05_performing_a_minor_version_update_of_an_rpm_installation.mdx b/product_docs/docs/epas/16/upgrading/minor_upgrade/05_performing_a_minor_version_update_of_an_rpm_installation.mdx similarity index 86% rename from product_docs/docs/epas/16/upgrading/05_performing_a_minor_version_update_of_an_rpm_installation.mdx rename to product_docs/docs/epas/16/upgrading/minor_upgrade/05_performing_a_minor_version_update_of_an_rpm_installation.mdx index c2b25b5b955..a2fc0cf1330 100644 --- a/product_docs/docs/epas/16/upgrading/05_performing_a_minor_version_update_of_an_rpm_installation.mdx +++ b/product_docs/docs/epas/16/upgrading/minor_upgrade/05_performing_a_minor_version_update_of_an_rpm_installation.mdx @@ -1,6 +1,6 @@ --- -title: "Performing a minor version update of an RPM installation" -description: "For RPM package installs, how to perform a minor version upgrade to a more recent version" +title: "Performing a minor version upgrade on an RPM installation" +description: "For RPM package installs, how to perform a minor version upgrade to a more recent version." redirects: - /epas/latest/epas_upgrade_guide/05_performing_a_minor_version_update_of_an_rpm_installation/ --- @@ -8,7 +8,7 @@ redirects: If you are upgrading a Red Hat Enterprise Linux-based system (or a compatible system such as Rocky Linux, Alma Linux, Oracle Linux), then you used an RPM package to install EDB Postgres Advanced Server. To perform a minor upgrade on these systems, use the `dnf` package manager. !!! Note - This procedure only performs an update between minor EPAS releases. To upgrade to a later major release, use the [`pg_upgrade` procedure](04_upgrading_an_installation_with_pg_upgrade). + This procedure only performs an upgrade between minor EPAS releases. To upgrade to a later major release, use the [`pg_upgrade` procedure](../major_upgrade/). 1. To list the package updates that are available for your system, open a command line, assume root privileges, and run: @@ -34,6 +34,8 @@ If you are upgrading a Red Hat Enterprise Linux-based system (or a compatible sy dnf update edb* ``` +1. Restart your server to complete the upgrade. + For more information about using `dnf` commands and options, enter `dnf --help` at the command line. !!! Important diff --git a/product_docs/docs/epas/16/upgrading/06_using_stackbuilder_plus_to_perform_a_minor_version_update.mdx b/product_docs/docs/epas/16/upgrading/minor_upgrade/06_using_stackbuilder_plus_to_perform_a_minor_version_update.mdx similarity index 97% rename from product_docs/docs/epas/16/upgrading/06_using_stackbuilder_plus_to_perform_a_minor_version_update.mdx rename to product_docs/docs/epas/16/upgrading/minor_upgrade/06_using_stackbuilder_plus_to_perform_a_minor_version_update.mdx index 228bff0b40c..cdb58a158c3 100644 --- a/product_docs/docs/epas/16/upgrading/06_using_stackbuilder_plus_to_perform_a_minor_version_update.mdx +++ b/product_docs/docs/epas/16/upgrading/minor_upgrade/06_using_stackbuilder_plus_to_perform_a_minor_version_update.mdx @@ -1,6 +1,6 @@ --- -title: "Using StackBuilder Plus to perform a minor version update" -description: "How to use the StackBuilder Plus utility to install supporting modules " +title: "Using StackBuilder Plus to perform a minor version upgrade" +description: "How to use the StackBuilder Plus utility to install supporting modules." redirects: - /epas/latest/epas_upgrade_guide/06_using_stackbuilder_plus_to_perform_a_minor_version_update/ --- diff --git a/product_docs/docs/epas/16/upgrading/minor_upgrade/index.mdx b/product_docs/docs/epas/16/upgrading/minor_upgrade/index.mdx new file mode 100644 index 00000000000..2054f650900 --- /dev/null +++ b/product_docs/docs/epas/16/upgrading/minor_upgrade/index.mdx @@ -0,0 +1,18 @@ +--- +title: "Minor version upgrade with package manager" +description: "Describes using a package manager to perfom a minor version upgrade of EDB Postgres Advanced Server." +navigation: +- 05_performing_a_minor_version_update_of_an_rpm_installation +- performing_a_minor_version_update_of_Deb_installation +- 06_using_stackbuilder_plus_to_perform_a_minor_version_update +--- + +Minor version upgrades are fairly simple and only require updating existing executables and restarting the database server. + +Select the minor upgrade method according to the underlying operating system of your database server: + +- If you installed an RPM package of EDB Postgres Advanced Server (on RHEL, AlmaLinux, Rocky Linux) with `dnf`, see [Performing a minor version upgrade of an RPM installation](05_performing_a_minor_version_update_of_an_rpm_installation). + +- If you installed a Debian package of EDB Postgres Advanced Server (on Ubuntu, Debian) with `apt-get`, see [Performing a minor version upgrade of a Debian installation](performing_a_minor_version_update_of_Deb_installation). + +- If you installed EDB Postgres Advanced Server with StackBuilder Plus, see [Using StackBuilder Plus to perform a minor version upgrade](06_using_stackbuilder_plus_to_perform_a_minor_version_update). diff --git a/product_docs/docs/epas/16/upgrading/minor_upgrade/performing_a_minor_version_update_of_Deb_installation.mdx b/product_docs/docs/epas/16/upgrading/minor_upgrade/performing_a_minor_version_update_of_Deb_installation.mdx new file mode 100644 index 00000000000..32022878670 --- /dev/null +++ b/product_docs/docs/epas/16/upgrading/minor_upgrade/performing_a_minor_version_update_of_Deb_installation.mdx @@ -0,0 +1,70 @@ +--- +title: "Performing a minor version upgrade on a Debian installation" +description: "For Debian package installs, how to perform a minor version upgrade to a more recent version." +--- + +If you are upgrading a Debian-based system (or a compatible system such as Ubuntu), then you used a Debian package to install EDB Postgres Advanced Server. To perform a minor upgrade on these systems, use the `apt-get` package manager. + +!!! Note + This procedure only performs an upgrade between minor EPAS releases. To upgrade to a later major release, use the [`pg_upgrade` procedure](../major_upgrade/). + +1. To list the package updates that are available for your system, open a command line, assume root privileges, and run: + + ```shell + apt-get install --simulate