-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2598 from EnterpriseDB/release/2022-04-29
Release: 2022-04-29
- Loading branch information
Showing
175 changed files
with
4,317 additions
and
4,951 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: "Deployment considerations" | ||
--- | ||
|
||
There are a number of things to consider before deploying Postgres Enterprise Manager. | ||
|
||
| Considerations | Implementation instructions | | ||
| ---------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| Is a standalone server sufficient or do you need a high availability architecture? | [Installing the server](/pem/latest/installing_pem_server/) or [Deploying high availability](/pem/latest/installing_pem_server/setup_ha_using_efm/) | | ||
| Do you need to implement connection pooling? | [Deploying connection pooling](/pem/latest/installing_pem_server/pem_pgbouncer/) | | ||
| What type of authentication to use? | [Authentication options](/pem/latest/installing_pem_server/authentication_options/) | | ||
| What actions should you take to avoid security vulnerabilities? | [Securing your deployment](/pem/latest/installing_pem_server/pem_security_best_practices/) | | ||
| Where to host the Apache web server? | [Web server installation options](/pem/latest/installing_pem_server/installing_on_linux/installing_pem_server_and_apache_web_server_preferences) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
navTitle: "Installing the PEM agent" | ||
title: "Installing Postgres Enterprise Manager agent" | ||
# This is new created file | ||
# Line 15 onwards need review/edits | ||
--- | ||
|
||
The PEM Agent that is installed with the PEM server is capable of monitoring multiple servers that reside on the same host, or on remote hosts. Please note that the PEM functionality on servers monitored by a remote Agent may be limited. For detailed information about remote monitoring functionality see the [PEM agent privileges](/pem/latest/pem_online_help/02_toc_pem_agent/05_pem_agent_privileges/). | ||
|
||
For detailed information about installing a standalone PEM Agent on monitored hosts, see | ||
|
||
- [Installing on Linux](installing_on_linux) | ||
- [Installing on Windows](installing_pem_agent_on_windows) | ||
|
||
For detailed information about registering, managing and troubleshooting the agent, see | ||
|
||
- [Registering a PEM Agent](../registering_agent/) | ||
- [Managing a PEM agent](../managing_pem_agent/) | ||
- [Troubleshooting for PEM agent](../troubleshooting_agent/) |
23 changes: 23 additions & 0 deletions
23
product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "Installing a PEM agent using the EDB repository" | ||
navTitle: "On Linux" | ||
legacyRedirectsGenerated: | ||
# This list is generated by a script. If you need add entries, use the `legacyRedirects` key. | ||
- "/edb-docs/d/edb-postgres-enterprise-manager/installation-getting-started/linux-installation-guide/8.0/installing_pem_server_on_linux.html" | ||
# This whole section is moved from pem_inst_guide_linux/04_installing_postgres_enterprise_manager and the navtitle is added. | ||
redirects: | ||
- /pem/8/pem_inst_guide_linux/04_installing_postgres_enterprise_manager/08_installing_pem_agent_using_edb_repository/ | ||
|
||
navigation: | ||
|
||
- x86 | ||
- ppc64le | ||
--- | ||
|
||
The native packages installs the PEM agent on Linux. You need to register the agent installed with native packages, for more details see [Registering a agent](). | ||
|
||
For platform-specific install instructions, see: | ||
|
||
- [Linux x86-64 (amd64)](x86) | ||
|
||
- [Linux on IBM Power (ppc64le)](ppc64le) |
14 changes: 14 additions & 0 deletions
14
product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/ppc64le/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: "IBM Power (ppc64le)" | ||
navigation: | ||
|
||
- pem_agent_rhel8_ppcle | ||
- pem_agent_sles12_ppcle | ||
- pem_agent_sles15_ppcle | ||
--- | ||
|
||
- For Linux on IBM Power (ppc64le), see: | ||
- [RHEL 8](pem_agent_rhel8_ppcle) | ||
|
||
- [SLES 15](pem_agent_sles15_ppcle) | ||
- [SLES 12](pem_agent_sles12_ppcle) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
product_docs/docs/pem/8/installing_pem_agent/installing_on_linux/x86/index.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: "x86" | ||
navigation: | ||
|
||
- pem_agent_rhel8_x86 | ||
- pem_agent_other_linux8_x86 | ||
- pem_agent_rhel7_x86 | ||
- pem_agent_centos7_x86 | ||
- pem_agent_sles15_x86 | ||
- pem_agent_sles12_x86 | ||
- pem_agent_ubuntu20_deb10_x86 | ||
- pem_agent_ubuntu18_deb9_x86 | ||
--- | ||
|
||
For Linux x86-64 (amd64) see: | ||
- [RHEL 8/OL 8](pem_agent_rhel8_x86) | ||
|
||
- [Rocky Linux 8/AlmaLinux 8](pem_agent_other_linux8_x86) | ||
- [RHEL 7/OL 7](pem_agent_rhel7_x86) | ||
- [CentOS 7](pem_agent_centos7_x86) | ||
- [SLES 15](pem_agent_sles15_x86) | ||
- [SLES 12](pem_agent_sles12_x86) | ||
- [Ubuntu 20.04/Debian 10](pem_agent_ubuntu20_deb10_x86) | ||
- [Ubuntu 18.04/Debian 9](pem_agent_ubuntu18_deb9_x86) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.