From 65912f1d0f9abdf33d594d1503114f7b167933db Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Wed, 15 Dec 2021 18:20:11 +0530
Subject: [PATCH 1/4] Renamed the existing Supported Platforms section
Renamed the existing Supported Platforms section and added the Hardware Requirements and Software prequisites to the same section.
---
.../docs/epas/14/epas_inst_linux/index.mdx | 1 -
.../02_requirements_overview.mdx | 29 -------------------
.../docs/epas/14/epas_inst_windows/index.mdx | 1 -
.../epas/14/epas_platform_support/index.mdx | 26 +++++++++++++++--
4 files changed, 24 insertions(+), 33 deletions(-)
delete mode 100644 product_docs/docs/epas/14/epas_inst_windows/02_requirements_overview.mdx
diff --git a/product_docs/docs/epas/14/epas_inst_linux/index.mdx b/product_docs/docs/epas/14/epas_inst_linux/index.mdx
index eab3fe5d5f9..c2448a8acb6 100644
--- a/product_docs/docs/epas/14/epas_inst_linux/index.mdx
+++ b/product_docs/docs/epas/14/epas_inst_linux/index.mdx
@@ -7,7 +7,6 @@ title: "Advanced Server Installation Guide for Linux"
The *EDB Postgres Advanced Server Installation Guide* is a comprehensive guide to installing EDB Postgres Advanced Server (Advanced Server). In this guide you will find detailed information about:
-- Software prerequisites for performing an Advanced Server 14 installation on a Linux host.
- Using a package manager to install and update Advanced Server and its supporting components or utilities on a Linux host.
- Managing an Advanced Server installation.
- Configuring an Advanced Server package installation.
diff --git a/product_docs/docs/epas/14/epas_inst_windows/02_requirements_overview.mdx b/product_docs/docs/epas/14/epas_inst_windows/02_requirements_overview.mdx
deleted file mode 100644
index e9547dc7ff7..00000000000
--- a/product_docs/docs/epas/14/epas_inst_windows/02_requirements_overview.mdx
+++ /dev/null
@@ -1,29 +0,0 @@
----
-title: "Requirements Overview"
----
-
-
-
-For information about the platforms and versions supported by Advanced Server, visit the EDB website at:
-
-
-
-**Limitation**
-
-- The `data` directory of a production database should not be stored on an NFS file system.
-
-## Windows Installation Prerequisites
-
-**User Privileges**
-
-To perform an Advanced Server installation on a Windows system, you must have administrator privileges. If you are installing Advanced Server on a Windows system that is configured with `User Account Control` enabled, you can assume sufficient privileges to invoke the graphical installer by right clicking on the name of the installer and selecting `Run as administrator` from the context menu.
-
-**Windows-specific Software Requirements**
-
-You should apply Windows operating system updates before invoking the Advanced Server installer. If (during the installation process) the installer encounters errors, exit the installation, and ensure that your version of Windows is up-to-date before restarting the installer.
-
-**Migration Toolkit or EDB\*Plus Installation Pre-requisites**
-
-Before using StackBuilder Plus to install Migration Toolkit or EDB\*Plus, you must first install Java (version 1.8 or later). If you are using Windows, Java installers and instructions are available online at:
-
-
diff --git a/product_docs/docs/epas/14/epas_inst_windows/index.mdx b/product_docs/docs/epas/14/epas_inst_windows/index.mdx
index a23b176a6d3..1dac441066e 100644
--- a/product_docs/docs/epas/14/epas_inst_windows/index.mdx
+++ b/product_docs/docs/epas/14/epas_inst_windows/index.mdx
@@ -5,7 +5,6 @@ title: "Advanced Server Installation Guide for Windows"
The *EDB Postgres Advanced Server Installation Guide* is a comprehensive guide to installing EDB Postgres Advanced Server (Advanced Server). In this guide you will find detailed information about:
-- Software prerequisites for Advanced Server 14 installation on Windows.
- Graphical installation options available through the interactive setup wizard on Windows.
- Managing an Advanced Server installation.
- Configuring an Advanced Server package installation.
diff --git a/product_docs/docs/epas/14/epas_platform_support/index.mdx b/product_docs/docs/epas/14/epas_platform_support/index.mdx
index 28d6863462f..2b5fa4a9b06 100644
--- a/product_docs/docs/epas/14/epas_platform_support/index.mdx
+++ b/product_docs/docs/epas/14/epas_platform_support/index.mdx
@@ -1,15 +1,37 @@
---
-title: "Supported Platforms"
+title: "Platform Support and Requirements"
redirects:
- ../epas_inst_linux/02_supported_platforms
---
EDB Postgres Advanced Server v14 supports installations on Linux and Windows platforms. See [Product Compatibility](https://www.enterprisedb.com/platform-compatibility#epas) for details.
+## Hardware Requirements
+
+The following installation requirements assume you have selected the default options during the installation process. The minimum hardware required to install and run EDB Postgres Advanced Server are:
+
+- 1 GHz processor
+- 2 GB of RAM
+- 512 MB of HDD
+
+Additional disk space is required for data or supporting components.
+
+## Software Prerequisites
+
+**User Privileges**
+
+To perform an Advanced Server installation on a Windows system you must have administrator privilege. If you are installing Advanced Server on a Windows system that is configured with `User Account Control` enabled, you can assume sufficient privileges to invoke the graphical installer by right clicking on the name of the installer and selecting `Run as administrator` from the context menu.
+
+To perform an Advanced Server installation on a Linux system you must have superuser or administrator or sudo privileges.
+
+**Windows-specific Software Requirements**
+
+Apply the Windows operating system updates before invoking the installer. If the installer encounters errors during the installation process, exit the installation and ensure that your Windows version is up-to-date before restarting the installer.
+
## Limitations
The following limitations apply to EDB Postgres Advanced Server:
- The `data` directory of a production database should not be stored on an NFS file system.
-- The LLVM JIT package is supported on RHEL or CentOS 7.x and 8.x only. LLVM JIT is not supported on PPC-LE 64 running RHEL or CentOS 7.x.
\ No newline at end of file
+- The LLVM JIT package is supported on RHEL or CentOS 7.x and 8.x only. LLVM JIT is not supported on PPC-LE 64 running RHEL or CentOS 7.x.
From e2ce6d9725a4d6b4e45207c9a28be95df6abd7d8 Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Wed, 15 Dec 2021 19:36:10 +0530
Subject: [PATCH 2/4] Update
product_docs/docs/epas/14/epas_platform_support/index.mdx
Co-authored-by: Dee Dee Rothery <83650384+drothery-edb@users.noreply.github.com>
---
product_docs/docs/epas/14/epas_platform_support/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/product_docs/docs/epas/14/epas_platform_support/index.mdx b/product_docs/docs/epas/14/epas_platform_support/index.mdx
index 2b5fa4a9b06..80f1a37bf47 100644
--- a/product_docs/docs/epas/14/epas_platform_support/index.mdx
+++ b/product_docs/docs/epas/14/epas_platform_support/index.mdx
@@ -8,7 +8,7 @@ EDB Postgres Advanced Server v14 supports installations on Linux and Windows pla
## Hardware Requirements
-The following installation requirements assume you have selected the default options during the installation process. The minimum hardware required to install and run EDB Postgres Advanced Server are:
+The following installation requirements assume you select the default options during the installation process. The minimum hardware requirements to install and run EDB Postgres Advanced Server are:
- 1 GHz processor
- 2 GB of RAM
From c6a415db05373b7a09966096fd4dd392c4817d50 Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Wed, 15 Dec 2021 19:37:59 +0530
Subject: [PATCH 3/4] Update index.mdx
---
product_docs/docs/epas/14/epas_platform_support/index.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/product_docs/docs/epas/14/epas_platform_support/index.mdx b/product_docs/docs/epas/14/epas_platform_support/index.mdx
index 80f1a37bf47..1235aca3c63 100644
--- a/product_docs/docs/epas/14/epas_platform_support/index.mdx
+++ b/product_docs/docs/epas/14/epas_platform_support/index.mdx
@@ -20,9 +20,9 @@ Additional disk space is required for data or supporting components.
**User Privileges**
-To perform an Advanced Server installation on a Windows system you must have administrator privilege. If you are installing Advanced Server on a Windows system that is configured with `User Account Control` enabled, you can assume sufficient privileges to invoke the graphical installer by right clicking on the name of the installer and selecting `Run as administrator` from the context menu.
+To perform an EDB Advanced Server installation on a Linux system you must have superuser or administrator or sudo privileges.
-To perform an Advanced Server installation on a Linux system you must have superuser or administrator or sudo privileges.
+To perform an EDB Advanced Server installation on a Windows system you must have administrator privilege. If you are installing Advanced Server on a Windows system that is configured with `User Account Control` enabled, you can assume sufficient privileges to invoke the graphical installer by right clicking on the name of the installer and selecting `Run as administrator` from the context menu.
**Windows-specific Software Requirements**
From 5add4e5a3da2fd17bf754f176a7308be3cf88c3f Mon Sep 17 00:00:00 2001
From: nidhibhammar <59045594+nidhibhammar@users.noreply.github.com>
Date: Wed, 15 Dec 2021 19:54:09 +0530
Subject: [PATCH 4/4] Update index.mdx
---
product_docs/docs/epas/14/epas_platform_support/index.mdx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/product_docs/docs/epas/14/epas_platform_support/index.mdx b/product_docs/docs/epas/14/epas_platform_support/index.mdx
index 1235aca3c63..40c8ba59ebb 100644
--- a/product_docs/docs/epas/14/epas_platform_support/index.mdx
+++ b/product_docs/docs/epas/14/epas_platform_support/index.mdx
@@ -8,7 +8,7 @@ EDB Postgres Advanced Server v14 supports installations on Linux and Windows pla
## Hardware Requirements
-The following installation requirements assume you select the default options during the installation process. The minimum hardware requirements to install and run EDB Postgres Advanced Server are:
+The following installation requirements assume you select the default options during the installation process. The minimum hardware requirements to install and run Advanced Server are:
- 1 GHz processor
- 2 GB of RAM
@@ -20,9 +20,9 @@ Additional disk space is required for data or supporting components.
**User Privileges**
-To perform an EDB Advanced Server installation on a Linux system you must have superuser or administrator or sudo privileges.
+To perform an Advanced Server installation on a Linux system you must have superuser or administrator or sudo privileges.
-To perform an EDB Advanced Server installation on a Windows system you must have administrator privilege. If you are installing Advanced Server on a Windows system that is configured with `User Account Control` enabled, you can assume sufficient privileges to invoke the graphical installer by right clicking on the name of the installer and selecting `Run as administrator` from the context menu.
+To perform an Advanced Server installation on a Windows system you must have administrator privilege. If you are installing Advanced Server on a Windows system that is configured with `User Account Control` enabled, you can assume sufficient privileges to invoke the graphical installer by right clicking on the name of the installer and selecting `Run as administrator` from the context menu.
**Windows-specific Software Requirements**
@@ -31,7 +31,7 @@ Apply the Windows operating system updates before invoking the installer. If the
## Limitations
-The following limitations apply to EDB Postgres Advanced Server:
+The following limitations apply to Advanced Server:
- The `data` directory of a production database should not be stored on an NFS file system.
- The LLVM JIT package is supported on RHEL or CentOS 7.x and 8.x only. LLVM JIT is not supported on PPC-LE 64 running RHEL or CentOS 7.x.