-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Minor tweaks to EDB Plus guide * Minor tweaks to epas guide * New PDFs generated by Github Actions * Hotfix: CNP links (#1288) * removed: nesting for interactive * fix: cnp-plugin link * fix: broken links to API reference * Fix rest of relative links Co-authored-by: Josh Heyer <[email protected]> Co-authored-by: sheetal <[email protected]> Co-authored-by: Robert Stringer <[email protected]> Former-commit-id: 1841c9e
- Loading branch information
1 parent
9dc8798
commit d91ed57
Showing
10 changed files
with
157 additions
and
202 deletions.
There are no files selected for viewing
8 changes: 0 additions & 8 deletions
8
advocacy_docs/kubernetes/cloud_native_postgresql/interactive/index.mdx
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,12 +79,12 @@ $ cp server.crt root.crt | |
$ rm -f server.csr | ||
``` | ||
|
||
**Step 5:** Move or copy the certificate and private key files to the Advanced Server data directory (for example, `/opt/edb/as10/data`). | ||
**Step 5:** Move or copy the certificate and private key files to the Advanced Server data directory (for example, `/opt/edb/as13/data`). | ||
|
||
```text | ||
$ mv root.crt /opt/edb/as10/data | ||
$ mv server.crt /opt/edb/as10/data | ||
$ mv server.key /opt/edb/as10/data | ||
$ mv root.crt /opt/edb/as13/data | ||
$ mv server.crt /opt/edb/as13/data | ||
$ mv server.key /opt/edb/as13/data | ||
``` | ||
|
||
**Step 6:** Set the file ownership and permissions on the certificate files and private key file. | ||
|
@@ -294,13 +294,12 @@ Logged into Linux with the account named `user`, EDB\*Plus is successfully invok | |
```text | ||
$ export PGSSLCERTPASS=keypass | ||
$ export PGSSLKEYPASS=exppass | ||
$ cd /opt/edb/as10/edbplus | ||
$ cd /opt/edb/as13/edbplus | ||
$ ./edbplus.sh enterprisedb/[email protected]:5444/edb?ssl=true | ||
Connected to EnterpriseDB 10.0.1 (192.168.2.22:5444/edb) | ||
AS enterprisedb | ||
Connected to EnterpriseDB 13.0.1 (192.168.2.22:5444/edb) AS enterprisedb | ||
EDB*Plus: Release 10 (Build 36.0.0) | ||
Copyright (c) 2008-2020, EnterpriseDB Corporation. All rights reserved. | ||
EDB*Plus: Release 13 (Build 39.0.0) | ||
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved. | ||
SQL> | ||
``` | ||
|
@@ -312,13 +311,12 @@ $ export PGSSLCERT=/home/user/ssl/postgresql.keystore | |
$ export PGSSLKEY=/home/user/ssl/postgresql.p12 | ||
$ export PGSSLCERTPASS=keypass | ||
$ export PGSSLKEYPASS=exppass | ||
$ cd /opt/edb/as10/edbplus | ||
$ cd /opt/edb/as13/edbplus | ||
$ ./edbplus.sh enterprisedb/[email protected]:5444/edb?ssl=true | ||
Connected to EnterpriseDB 10.0.1 (192.168.2.22:5444/edb) | ||
AS enterprisedb | ||
Connected to EnterpriseDB 13.0.1 (192.168.2.22:5444/edb) AS enterprisedb | ||
EDB*Plus: Release 10 (Build 36.0.0) | ||
Copyright (c) 2008-2020, EnterpriseDB Corporation. All rights reserved. | ||
EDB*Plus: Release 13 (Build 39.0.0) | ||
Copyright (c) 2008-2021, EnterpriseDB Corporation. All rights reserved. | ||
SQL> | ||
``` | ||
|
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.