From 72512945d3f04d05390f7e44533df8f098b69337 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Wed, 28 Dec 2022 11:15:35 -0800 Subject: [PATCH 01/12] Make language inclusive of EHA Pricing should accommodate both High Availability and Extreme High Availability use cases. The "Contact Sales for additional information regarding pricing." line may not be necessary if pricing is literally as simple as: "multiply the number of vCPUs per instance by the number of replicas configured". --- .../docs/biganimal/release/pricing_and_billing/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/product_docs/docs/biganimal/release/pricing_and_billing/index.mdx b/product_docs/docs/biganimal/release/pricing_and_billing/index.mdx index d8542bd2eb5..c2c717f4262 100644 --- a/product_docs/docs/biganimal/release/pricing_and_billing/index.mdx +++ b/product_docs/docs/biganimal/release/pricing_and_billing/index.mdx @@ -6,7 +6,7 @@ The costs include database pricing for BigAnimal and the associated costs from o ## Database pricing -Pricing is based on the number of virtual central processing units (vCPUs) provisioned for the database software offering. Consumption of vCPUs is metered hourly. A deployment is made up of either one instance or one primary and two standby replica instances of either PostgreSQL or EDB Postgres Advanced Server. When high availability is enabled, multiply the number of vCPUs per instance by three to calculate the full price for all resources used. The table shows the cost breakdown: +Pricing is based on the number of virtual central processing units (vCPUs) provisioned for the database software offering. Consumption of vCPUs is metered hourly. A deployment is typically made up of either one instance or one primary and two standby replica instances of either PostgreSQL or EDB Postgres Advanced Server. When high availability configurations are enabled, multiply the number of vCPUs per instance by the number of replicas configured to calculate the full price for all resources used. This table shows the cost breakdown: | Database type | Hourly price | Monthly price\* | Subscription plan | | ---------------------------- | -------------- | --------------- | ----------------- | @@ -14,6 +14,8 @@ Pricing is based on the number of virtual central processing units (vCPUs) provi | PostgreSQL | $0.1655 / vCPU | $120.82 / vCPU | Standard | | EDB Postgres Advanced Server | $0.2397 / vCPU | $174.98 / vCPU | Enterprise | +Extreme High Availability powered by EDB Postgres Distributed is now available in beta! Contact Sales for additional information regarding pricing. + \* The monthly cost is approximate and assumes 730 hours in a month. From 29dee8c6542336fa735831dfd9a101b51a55d6bd Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Wed, 28 Dec 2022 21:58:29 -0800 Subject: [PATCH 02/12] Change capitalization of EHA to normal case Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> --- .../docs/biganimal/release/pricing_and_billing/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/biganimal/release/pricing_and_billing/index.mdx b/product_docs/docs/biganimal/release/pricing_and_billing/index.mdx index c2c717f4262..10f0e18706e 100644 --- a/product_docs/docs/biganimal/release/pricing_and_billing/index.mdx +++ b/product_docs/docs/biganimal/release/pricing_and_billing/index.mdx @@ -14,7 +14,7 @@ Pricing is based on the number of virtual central processing units (vCPUs) provi | PostgreSQL | $0.1655 / vCPU | $120.82 / vCPU | Standard | | EDB Postgres Advanced Server | $0.2397 / vCPU | $174.98 / vCPU | Enterprise | -Extreme High Availability powered by EDB Postgres Distributed is now available in beta! Contact Sales for additional information regarding pricing. +Extreme high availability powered by EDB Postgres Distributed is now available in beta! Contact Sales for additional information regarding pricing. \* The monthly cost is approximate and assumes 730 hours in a month. From 1ea6f2d94418a69a1541dbdab89417aee2d416f2 Mon Sep 17 00:00:00 2001 From: Josh Heyer Date: Mon, 23 Jan 2023 17:10:33 +0000 Subject: [PATCH 03/12] Rename the Edit this page button Fixes #3533 --- src/templates/doc.js | 3 ++- src/templates/learn-doc.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/templates/doc.js b/src/templates/doc.js index 662b29a2854..34cea59b0e9 100644 --- a/src/templates/doc.js +++ b/src/templates/doc.js @@ -299,8 +299,9 @@ const DocTemplate = ({ data, pageContext }) => { : githubEditLink) || "#" } className="btn btn-sm btn-primary px-4 text-nowrap" + title="Navigate to the GitHub editor for this file, allowing you to propose changes for review by the EDB Documentation Team" > - Edit this page + Suggest Edits )} diff --git a/src/templates/learn-doc.js b/src/templates/learn-doc.js index 655284ec860..09117627107 100644 --- a/src/templates/learn-doc.js +++ b/src/templates/learn-doc.js @@ -93,8 +93,9 @@ const EditButton = ({ githubEditLink }) => ( - Edit this page + Suggest Edits ); From a6d6b8fc4dc9de0beadd1c085220f8ea545fe21d Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:58:53 -0500 Subject: [PATCH 04/12] Minor fixes to install process for Windows and MacOS --- .../index.mdx | 21 ++++++------ .../macos.mdx | 27 ++++++++++++++++ ...he_graphical_installer.mdx => windows.mdx} | 32 ++++++++++++++----- ...sql.mdx => 04_uninstalling_postgresql.mdx} | 2 +- ...dx => 05_installation_troubleshooting.mdx} | 0 5 files changed, 61 insertions(+), 21 deletions(-) create mode 100644 advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/macos.mdx rename advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/{01_invoking_the_graphical_installer.mdx => windows.mdx} (75%) rename advocacy_docs/supported-open-source/postgresql/installer/{05_uninstalling_postgresql.mdx => 04_uninstalling_postgresql.mdx} (99%) rename advocacy_docs/supported-open-source/postgresql/installer/{04_installation_troubleshooting.mdx => 05_installation_troubleshooting.mdx} (100%) diff --git a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/index.mdx b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/index.mdx index 3a890f0e578..183caae0dc1 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/index.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/index.mdx @@ -1,5 +1,5 @@ --- -title: "Installing PostgreSQL with the Graphical Installation Wizard" +title: "Installing PostgreSQL" legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide/13.0/installing_postgresql_with_the_graphical_installation_wizard.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/11/PostgreSQL_Installation_Guide.1.07.html" @@ -7,21 +7,18 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.5/PostgreSQL_Installation_Guide.1.07.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/PostgreSQL_Installation_Guide.1.07.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.08.html" +navigation: +- windows +- macos --- -The graphical installation wizard provides a quick and easy way to install PostgreSQL on a Mac or Windows system. As the installation wizard’s easy-to-follow dialogs lead you through the installation process, specify information about your system. When the dialogs are complete, the setup wizard will perform an installation based on the selections made during the setup process. +EDB installation wizards provide an easy way to install PostgreSQL on a Mac or Windows system. A series of dialogs lead you through the installation process, allowing you to specify information about your system. When the dialogs are complete, the wizard performs an installation based on the selections made during the setup process. !!! Note - If you are invoking the graphical installer to perform a system upgrade, the installer will preserve the configuration options specified during the previous installation. + If you are invoking the graphical installation wizard to perform a system upgrade, the installer will preserve the configuration options specified during the previous installation. -When the PostgreSQL installation finishes, you will be offered the option to invoke the Stack Builder package manager. Stack Builder provides an easy-to-use graphical interface that downloads and installs applications, drivers and utilities and their dependencies. See [Using Stack Builder](../03_using_stackbuilder) for more information. +When the PostgreSQL installation finishes, you are given the option to invoke the Stack Builder package manager. Stack Builder provides an easy-to-use graphical interface that downloads and installs applications, drivers, utilities, and their dependencies. See [Using Stack Builder](../03_using_stackbuilder) for more information. -The graphical PostgreSQL installer is available on the [EDB website](http://www.enterprisedb.com/downloads/postgres-postgresql-downloads). +The EDB graphical PostgreSQL installer is available on the [EDB website](http://www.enterprisedb.com/downloads/postgres-postgresql-downloads). -The PostgreSQL installer is available on the [EDB website](https://www.enterprisedb.com/postgresql-early-experience). - -
- -invoking_the_graphical_installer - -
+The PostgreSQL installer is also available on the [EDB website](https://www.enterprisedb.com/postgresql-early-experience). diff --git a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/macos.mdx b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/macos.mdx new file mode 100644 index 00000000000..0f56bbd33bf --- /dev/null +++ b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/macos.mdx @@ -0,0 +1,27 @@ +--- +title: "Installing PostgreSQL on Mac OS X" +navTitle: "On Mac OS X" +--- + +EDB provides MacOS installers for PostgreSQL at the [downloads page of the EnterpriseDB website](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads). These installers simplify the process of setting up a system. + +For a detailed walk-through of the installation process on Mac OS, see [this tutorial](https://www.enterprisedb.com/postgres-tutorials/installation-postgresql-mac-os). + +## Command line tools + +After installing PostgreSQL, you can run command line tools by referencing them in the `bin` directory under the installation path you specified during installation. For example, to run `psql` from the default installation directory, enter: + +```shell +/Library/PostgreSQL/12/bin/psql -U postgres +``` + +For ease of use, you may want to add this directory to your PATH by adding a line to your `~/.bash_profile` (or `~/.zshrc` if using zsh): + +```shell +export PATH="/Library/PostgreSQL/12/bin/:$PATH" +``` + +This step is *especially* important if you plan to use scripts or other software (such as Python's `psycopg2`) that rely on PostgreSQL tools. You may instead [add this directory to the system path](https://apple.stackexchange.com/questions/106355/setting-the-system-wide-path-environment-variable-in-mavericks/106814#106814). + +There are several other options for installing PostgreSQL on MacOS, with varying levels of flexibility, version support, add-ons, and so forth. More details can be found on [the PostgreSQL website](https://www.postgresql.org/download/macosx/). + diff --git a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/01_invoking_the_graphical_installer.mdx b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx similarity index 75% rename from advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/01_invoking_the_graphical_installer.mdx rename to advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx index 7fada1662e7..0604a00644a 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/01_invoking_the_graphical_installer.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx @@ -1,5 +1,6 @@ --- -title: "Invoking the Graphical Installer" +title: "Installing PostgreSQL on Windows" +navTitle: "On Windows" legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide/13.0/invoking_the_graphical_installer.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/11/PostgreSQL_Installation_Guide.1.08.html" @@ -8,16 +9,13 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/PostgreSQL_Installation_Guide.1.08.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.09.html" --- +The following section describes how to use the graphical installation wizard to install PostgreSQL on Windows. For information about preparing to use command line tools after installation, see [Command line tools](#command-line-tools). +## Installing PostgreSQL +To perform an installation using the graphical installation wizard, you must have superuser or administrator privileges. To start the installation wizard, assume sufficient privileges and double-click the installer icon; if prompted, provide a password. -To perform an installation using the graphical installation wizard, you must have superuser or administrator privileges. - -The following section walks you through installing PostgreSQL on a Windows host. - -To start the installation wizard, assume sufficient privileges and double-click the installer icon; if prompted, provide a password. - -Note that in some versions of Windows, to invoke the installer with Administrator privileges, you need to right-click on the installer icon and select `Run as Administrator` from the context menu. +In some versions of Windows, to invoke the installer with Administrator privileges, you must right-click on the installer icon and select `Run as Administrator` from the context menu. The PostgreSQL setup wizard opens. Click `Next` to continue. @@ -101,3 +99,21 @@ Before the setup wizard completes the PostgreSQL installation, it offers to laun ![The installation wizard offers to Launch Stack Builder at exit](../images/installation_complete.png) Fig. 11: The installation wizard offers to Launch Stack Builder at exit + +## Command line tools + +By default, the installer does not modify the system path. If you want to use command line tools (such as `psql`), you can add PostgreSQL to the path after installation. + +1. Open the System Properties control panel and select the **Advanced** tab (or run `SystemPropertiesAdvanced.exe`) +2. Click **Environment Variables** to open the environment variables editor. +3. Find the `Path` variable under the **System variables** heading and click **Edit**. +4. Add the path that you specified as the installation directory during installation, with `\bin` appended (by default: `c:\program files\postgresql\15\bin`, where *15* is the version of PostgreSQL that you installed). + +To test your installation, open a new command prompt and run this command: + +```shell +psql -U postgres +``` + +You are prompted for the password you provided during installation. For more information [about psql...](http://postgresguide.com/utilities/psql.html). + diff --git a/advocacy_docs/supported-open-source/postgresql/installer/05_uninstalling_postgresql.mdx b/advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx similarity index 99% rename from advocacy_docs/supported-open-source/postgresql/installer/05_uninstalling_postgresql.mdx rename to advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx index a9de3690e30..ad85eb28864 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/05_uninstalling_postgresql.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx @@ -68,7 +68,7 @@ Where `version` is the version of PostgreSQL you installed. Then, invoke the uninstaller with the command: -`open uninstall-postgres.app` +`open uninstall-postgresql.app` If prompted, provide a password that allows the uninstaller to make changes to your system. The uninstaller will open, asking you if you wish to uninstall the entire application or individual components. diff --git a/advocacy_docs/supported-open-source/postgresql/installer/04_installation_troubleshooting.mdx b/advocacy_docs/supported-open-source/postgresql/installer/05_installation_troubleshooting.mdx similarity index 100% rename from advocacy_docs/supported-open-source/postgresql/installer/04_installation_troubleshooting.mdx rename to advocacy_docs/supported-open-source/postgresql/installer/05_installation_troubleshooting.mdx From e34732b0d2279a87797526bfa41a20bbb0a0074a Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Thu, 19 Jan 2023 07:41:59 -0500 Subject: [PATCH 05/12] Update advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx --- .../windows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx index 0604a00644a..a28820e9686 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx @@ -107,7 +107,7 @@ By default, the installer does not modify the system path. If you want to use co 1. Open the System Properties control panel and select the **Advanced** tab (or run `SystemPropertiesAdvanced.exe`) 2. Click **Environment Variables** to open the environment variables editor. 3. Find the `Path` variable under the **System variables** heading and click **Edit**. -4. Add the path that you specified as the installation directory during installation, with `\bin` appended (by default: `c:\program files\postgresql\15\bin`, where *15* is the version of PostgreSQL that you installed). +4. Add the path that you specified as the installation directory during installation, with `\bin` appended (by default: `c:\program files\postgresql\15\bin`, where `15` is the version of PostgreSQL that you installed). To test your installation, open a new command prompt and run this command: From fc0c8b33e819387da14da774aa6740cf552da6d4 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:58:53 -0500 Subject: [PATCH 06/12] Minor fixes to install process for Windows and MacOS --- .../windows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx index a28820e9686..0604a00644a 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx @@ -107,7 +107,7 @@ By default, the installer does not modify the system path. If you want to use co 1. Open the System Properties control panel and select the **Advanced** tab (or run `SystemPropertiesAdvanced.exe`) 2. Click **Environment Variables** to open the environment variables editor. 3. Find the `Path` variable under the **System variables** heading and click **Edit**. -4. Add the path that you specified as the installation directory during installation, with `\bin` appended (by default: `c:\program files\postgresql\15\bin`, where `15` is the version of PostgreSQL that you installed). +4. Add the path that you specified as the installation directory during installation, with `\bin` appended (by default: `c:\program files\postgresql\15\bin`, where *15* is the version of PostgreSQL that you installed). To test your installation, open a new command prompt and run this command: From 271e939cedd2da404e15bd3877d573b1cfdeb2d5 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Mon, 23 Jan 2023 13:01:12 -0500 Subject: [PATCH 07/12] added redirects --- .../windows.mdx | 2 ++ .../postgresql/installer/04_uninstalling_postgresql.mdx | 2 ++ .../installer/05_installation_troubleshooting.mdx | 6 ++---- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx index 0604a00644a..5ebeb94c635 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx @@ -8,6 +8,8 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.5/PostgreSQL_Installation_Guide.1.08.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/PostgreSQL_Installation_Guide.1.08.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.09.html" +redirects: + - /postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/01_invoking_the_graphical_installer/ --- The following section describes how to use the graphical installation wizard to install PostgreSQL on Windows. For information about preparing to use command line tools after installation, see [Command line tools](#command-line-tools). diff --git a/advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx b/advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx index ad85eb28864..a90720f1361 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx @@ -7,6 +7,8 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.5/PostgreSQL_Installation_Guide.1.15.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/PostgreSQL_Installation_Guide.1.14.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.18.html" + redirects: + - /postgresql/installer/05_uninstalling_postgresql/ --- diff --git a/advocacy_docs/supported-open-source/postgresql/installer/05_installation_troubleshooting.mdx b/advocacy_docs/supported-open-source/postgresql/installer/05_installation_troubleshooting.mdx index bdb303a8f21..050225f9336 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/05_installation_troubleshooting.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/05_installation_troubleshooting.mdx @@ -7,12 +7,10 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.5/PostgreSQL_Installation_Guide.1.17.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/PostgreSQL_Installation_Guide.1.17.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.22.html" + redirects: + - /postgresql/installer/04_installation_troubleshooting/ --- - - - - If you encounter any problems during installation, please consult the installation logfile. The log file is created in: - `/tmp` on Mac OS X From 02ab2aa599142ecac91a12b1700fa3b8c7346d66 Mon Sep 17 00:00:00 2001 From: drothery-edb Date: Tue, 24 Jan 2023 12:44:12 -0500 Subject: [PATCH 08/12] BigAnimal: improving CLI links and headings --- .../docs/biganimal/release/reference/cli/using_features.mdx | 4 ++-- .../biganimal/release/using_cluster/01_postgres_access.mdx | 4 ++-- .../biganimal/release/using_cluster/managing_replicas.mdx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/product_docs/docs/biganimal/release/reference/cli/using_features.mdx b/product_docs/docs/biganimal/release/reference/cli/using_features.mdx index 646b56771e7..7621b0f6eeb 100644 --- a/product_docs/docs/biganimal/release/reference/cli/using_features.mdx +++ b/product_docs/docs/biganimal/release/reference/cli/using_features.mdx @@ -3,7 +3,7 @@ title: Using BigAnimal features with the CLI navTitle: Using BigAnimal features --- -## Managing faraway replicas +## Faraway replicas CLI commands You can use the faraway replica-specific CLI commands to [create](#create-a-faraway-replica), [promote](#promote-a-faraway-replica), and [get information](#get-information-on-faraway-replicas) on faraway replicas. @@ -79,7 +79,7 @@ __OUTPUT__ ``` You are prompted to confirm you want to promote the faraway replica. After the faraway replica promotion process is completed, it generates a cluster ID. -## Using IAM authentication on AWS +## IAM authentication CLI commands To create a cluster that is enabled for IAM authentication, set the `--iam-authentication` flag on the create-cluster command or in the configuration file to `Yes` or `true`, respectively. diff --git a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx index 2787687b1b2..0fe7957d403 100644 --- a/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/01_postgres_access.mdx @@ -114,7 +114,7 @@ If IAM integration is configured for your cluster, you can log in to Postgres us 1. Connect to Postgres using your IAM credentials. 1. When prompted for the password, enter your access key (<access key ID>:<secret access key>). -### See also +### Using IAM authentication CLI commands -For information on integrating with IAM using the CLI, see the [Using IAM authentication on AWS](/biganimal/latest/reference/cli/using_features/#using-iam-authentication-on-aws) section in the [Using BigAnimal features with the CLI](/biganimal/latest/reference/cli/using_features) topic. +For information on integrating with IAM on AWS using the CLI, see [IAM authentication CLI commands](/biganimal/latest/reference/cli/using_features/#iam-authentication-cli-commands). diff --git a/product_docs/docs/biganimal/release/using_cluster/managing_replicas.mdx b/product_docs/docs/biganimal/release/using_cluster/managing_replicas.mdx index bb7dd2c09ca..a518fda5b8f 100644 --- a/product_docs/docs/biganimal/release/using_cluster/managing_replicas.mdx +++ b/product_docs/docs/biganimal/release/using_cluster/managing_replicas.mdx @@ -134,6 +134,6 @@ You can restore a replica backup to a standalone cluster. A new stand alone clus -## See also +## Using the CLI to manage faraway replicas -- [Managing faraway replicas using the CLI](/biganimal/latest/reference/cli/using_features/#managing-replicas) \ No newline at end of file +See [Faraway replicas CLI commands](/biganimal/latest/reference/cli/using_features/#managing-faraway-replicas-using-the-cli) for information on CLI commands for managing faraway replicas. From 78c54f190d47ecd58da3474b3fea9f34d755d718 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 25 Jan 2023 10:43:28 -0500 Subject: [PATCH 09/12] added navigation feature; removed redirects --- .../windows.mdx | 2 +- ...ubleshooting.mdx => 04_installation_troubleshooting.mdx} | 2 -- ...alling_postgresql.mdx => 05_uninstalling_postgresql.mdx} | 4 ---- .../supported-open-source/postgresql/installer/index.mdx | 6 ++++++ 4 files changed, 7 insertions(+), 7 deletions(-) rename advocacy_docs/supported-open-source/postgresql/installer/{05_installation_troubleshooting.mdx => 04_installation_troubleshooting.mdx} (95%) rename advocacy_docs/supported-open-source/postgresql/installer/{04_uninstalling_postgresql.mdx => 05_uninstalling_postgresql.mdx} (98%) diff --git a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx index 5ebeb94c635..eb715435dd6 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/windows.mdx @@ -9,7 +9,7 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/PostgreSQL_Installation_Guide.1.08.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.09.html" redirects: - - /postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/01_invoking_the_graphical_installer/ + - /supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/01_invoking_the_graphical_installer/ --- The following section describes how to use the graphical installation wizard to install PostgreSQL on Windows. For information about preparing to use command line tools after installation, see [Command line tools](#command-line-tools). diff --git a/advocacy_docs/supported-open-source/postgresql/installer/05_installation_troubleshooting.mdx b/advocacy_docs/supported-open-source/postgresql/installer/04_installation_troubleshooting.mdx similarity index 95% rename from advocacy_docs/supported-open-source/postgresql/installer/05_installation_troubleshooting.mdx rename to advocacy_docs/supported-open-source/postgresql/installer/04_installation_troubleshooting.mdx index 050225f9336..b8acecc2c20 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/05_installation_troubleshooting.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/04_installation_troubleshooting.mdx @@ -7,8 +7,6 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.5/PostgreSQL_Installation_Guide.1.17.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/PostgreSQL_Installation_Guide.1.17.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.22.html" - redirects: - - /postgresql/installer/04_installation_troubleshooting/ --- If you encounter any problems during installation, please consult the installation logfile. The log file is created in: diff --git a/advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx b/advocacy_docs/supported-open-source/postgresql/installer/05_uninstalling_postgresql.mdx similarity index 98% rename from advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx rename to advocacy_docs/supported-open-source/postgresql/installer/05_uninstalling_postgresql.mdx index a90720f1361..dcc1d2dd0d4 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/04_uninstalling_postgresql.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/05_uninstalling_postgresql.mdx @@ -7,12 +7,8 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.5/PostgreSQL_Installation_Guide.1.15.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/PostgreSQL_Installation_Guide.1.14.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.18.html" - redirects: - - /postgresql/installer/05_uninstalling_postgresql/ --- - - The PostgreSQL installer creates an uninstaller in the PostgreSQL installation directory. This section walks you through uninstalling PostgreSQL on a Windows as well as a Mac host. !!! note diff --git a/advocacy_docs/supported-open-source/postgresql/installer/index.mdx b/advocacy_docs/supported-open-source/postgresql/installer/index.mdx index 847e90a769e..21610062db6 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/index.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/index.mdx @@ -9,6 +9,12 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.5/toc.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/toc.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/toc.html" +navigation: + - 01_requirements_overview + - 02_installing_postgresql_with_the_graphical_installation_wizard + - 03_using_stackbuilder + - 05_uninstalling_postgresql + - 04_installation_troubleshooting --- The PostgreSQL installers created by EnterpriseDB are designed to make it quick and simple to install PostgreSQL on your computer. The installer provides: From 7c34c6dab1679cdb869f0c3865797c9d59d7dd05 Mon Sep 17 00:00:00 2001 From: David Wicinas <93669463+dwicinas@users.noreply.github.com> Date: Wed, 25 Jan 2023 10:46:42 -0500 Subject: [PATCH 10/12] fixed indentation for navigation mapping --- .../index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/index.mdx b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/index.mdx index 183caae0dc1..cf0a3fe9fef 100644 --- a/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/index.mdx +++ b/advocacy_docs/supported-open-source/postgresql/installer/02_installing_postgresql_with_the_graphical_installation_wizard/index.mdx @@ -8,8 +8,8 @@ legacyRedirects: - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/9.6/PostgreSQL_Installation_Guide.1.07.html" - "/edb-docs/d/postgresql/installation-getting-started/installation-guide-installers/10/PostgreSQL_Installation_Guide.1.08.html" navigation: -- windows -- macos + - windows + - macos --- EDB installation wizards provide an easy way to install PostgreSQL on a Mac or Windows system. A series of dialogs lead you through the installation process, allowing you to specify information about your system. When the dialogs are complete, the wizard performs an installation based on the selections made during the setup process. From 9992ccf7b5b8808423dffb20d1493bac51758594 Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:38:01 -0500 Subject: [PATCH 11/12] change case --- src/templates/doc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/doc.js b/src/templates/doc.js index 34cea59b0e9..93b3d2ec8ac 100644 --- a/src/templates/doc.js +++ b/src/templates/doc.js @@ -301,7 +301,7 @@ const DocTemplate = ({ data, pageContext }) => { className="btn btn-sm btn-primary px-4 text-nowrap" title="Navigate to the GitHub editor for this file, allowing you to propose changes for review by the EDB Documentation Team" > - Suggest Edits + Suggest edits )} From 76063d4a7eec7c6fcf6e8066eba48dea14ec3960 Mon Sep 17 00:00:00 2001 From: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com> Date: Wed, 25 Jan 2023 14:38:12 -0500 Subject: [PATCH 12/12] change case --- src/templates/learn-doc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/learn-doc.js b/src/templates/learn-doc.js index 09117627107..05291e9b7eb 100644 --- a/src/templates/learn-doc.js +++ b/src/templates/learn-doc.js @@ -95,7 +95,7 @@ const EditButton = ({ githubEditLink }) => ( className="btn btn-sm btn-primary px-4 text-nowrap" title="Navigate to the GitHub editor for this file, allowing you to propose changes for review by the EDB Documentation Team" > - Suggest Edits + Suggest edits );