Skip to content

Commit

Permalink
Updated tarball doc with the PSPG output
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Oct 1, 2024
1 parent 972c30b commit 86f2ba5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/tarball.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ You can find the binary tarballs on the [Percona website](https://www.percona.co

There are the following tarballs available both for x86_64 and ARM64 architectures:

* percona-postgresql-{{dockertag}}-ssl1.1-linux-<architecture>.tar.gz - for operating systems that run OpenSSL version 1.x
* percona-postgresql-{{dockertag}}-ssl3-linux-<architecture>.tar.gz - for operating systems that run OpenSSL version 3.x
* percona-postgresql-{{dockertag}}-ssl1.1-linux-aarch64.tar.gz - for operating systems on ARM64 architecture that run OpenSSL version 1.x
* percona-postgresql-{{dockertag}}-ssl1.1-linux-x86_64.tar.gz - for operating systems on x86_64 architecture that run OpenSSL version 1.x
* percona-postgresql-{{dockertag}}-ssl3-linux-aarch64.tar.gz - for operating systems on ARM64 architecture that run OpenSSL version 3.x
* percona-postgresql-{{dockertag}}-ssl3-linux-x86_64.tar.gz - for operating systems on x86_64 architecture that run OpenSSL version 3.x


To check what OpenSSL version you have, run the following command:

Expand Down Expand Up @@ -142,13 +145,13 @@ The steps below install the tarballs for OpenSSL 3.x on x86_64 architecture. Use
9. Connect to `psql`

```{.bash data-prompt="$"}
$ /opt/pgdistro/percona-postgresql{{pgversion}}/bin/psql
$ /opt/pgdistro/percona-postgresql{{pgversion}}/bin/psql -d postgres
```

??? example "Sample output"

```{.text .no-copy}
psql ({{dockertag}})
psql ({{pspgversion}} (Percona Server for PostgreSQL), server {{pspgversion}} (Percona Server for PostgreSQL))
Type "help" for help.
postgres=#
Expand Down

0 comments on commit 86f2ba5

Please sign in to comment.