Skip to content

Commit

Permalink
Merge pull request #2283 from EnterpriseDB/content/docs/epas/15/new_u…
Browse files Browse the repository at this point in the history
…pcoming_release

EPAS 15 new release branch
  • Loading branch information
drothery-edb authored Feb 14, 2023
2 parents b0f7da9 + 6cc49db commit a29e7cb
Show file tree
Hide file tree
Showing 1,072 changed files with 78,822 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The `keytool` program can be found under the `bin` subdirectory of the Java Runt

You are prompted for a new password. Save this password as you must specify it with the `PGSSLCERTPASS` environment variable.

```text
```shell
$ /usr/java/jdk1.8.0_131/jre/bin/keytool -keystore postgresql.keystore \
> -alias postgresqlstore -import -file edb_root.crt.der
Enter keystore password:
Expand Down
2 changes: 1 addition & 1 deletion product_docs/docs/edb_plus/41/06_command_summary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Connected to EnterpriseDB 14.0.0 (localhost:5444/edb) AS enterprisedb

The `DEFINE` command creates or replaces the value of a *user variable* (also called a *substitution variable*).

```text
```sql
DEF[INE ] [ variable [ = text ] ]
```

Expand Down
4 changes: 0 additions & 4 deletions product_docs/docs/efm/4/efm_deploy_arch/06_efm_pgpool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ and takes charge as the leader EDB Pgpool-II instance.
For Failover Manager / EDB Pgpool-II integration using the network load balancer in
AWS or Azure, you need to perform some additional steps.

<div id="sg_rules_pgpool" class="registered_link"></div>

Add the following rules to the security groups to be used by the EDB Pgpool-II instances:

- Rules for the security group to be used by the EDB Pgpool-II instances (SG
Expand Down Expand Up @@ -274,8 +272,6 @@ traffic to the remaining two EDB Pgpool-II processes. Make sure that the
`listen_backlog_multiplier` parameter is tuned to compensate for the
higher number of connections in case of failover.

<div id="config_nlb_aws" class="registered_link"></div>

#### Configuring NLB in AWS

The following assumptions have been taken for the sample configuration:
Expand Down
13 changes: 13 additions & 0 deletions product_docs/docs/epas/15/deployment_options/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "Deployment options"
---

You can deploy and install EDB products using the following methods:

- [BigAnimal](/biganimal/latest) is a fully managed database-as-a-service with built-in Oracle compatibility, running in your cloud account and operated by the Postgres experts. BigAnimal makes it easy to set up, manage, and scale your databases. Provision PostgreSQL or EDB Postgres Advanced Server with Oracle compatibility.

- [EDB PostgreSQL for Kubernetes](/postgres_for_kubernetes/latest/) is an operator designed by EnterpriseDB to manage PostgreSQL workloads on any supported Kubernetes cluster running in private, public, hybrid, or multi-cloud environments. EDB PostgreSQL for Kubernetes adheres to DevOps principles and concepts such as declarative configuration and immutable infrastructure.

- Installation using native packages or installers:

- [Installing EDB Postgres Advanced Server](/epas/latest/installing)
260 changes: 260 additions & 0 deletions product_docs/docs/epas/15/ecpgplus_guide/02_overview.mdx

Large diffs are not rendered by default.

Loading

0 comments on commit a29e7cb

Please sign in to comment.