Merge pull request #415 from phracek/fix_typo_run_openshift
Fix typo in OpenShift 3 tests
This commit is contained in:
parent
6a69db45eb
commit
abffd4737c
11 changed files with 279 additions and 62 deletions
|
|
@ -4,7 +4,7 @@ PostgreSQL 12 SQL Database Server container image
|
|||
This container image includes PostgreSQL 12 SQL database server for OpenShift and general usage.
|
||||
Users can choose between RHEL, CentOS and Fedora based images.
|
||||
The RHEL images are available in the [Red Hat Container Catalog](https://access.redhat.com/containers/),
|
||||
the CentOS images are available on [Docker Hub](https://hub.docker.com/r/centos/),
|
||||
the CentOS images are available on [Quay.io](https://quay.io/organization/centos7),
|
||||
and the Fedora images are available in [Fedora Registry](https://registry.fedoraproject.org/).
|
||||
The resulting image can be run using [podman](https://github.com/containers/libpod).
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ $ podman run <...> -v /your/data/dir:/var/lib/pgsql/data:Z <...>
|
|||
|
||||
|
||||
Data migration
|
||||
----------------------
|
||||
--------------
|
||||
|
||||
PostgreSQL container supports migration of data from remote PostgreSQL server.
|
||||
You can run it like:
|
||||
|
|
@ -173,7 +173,7 @@ clusters is not encrypted by default, it is up to user to configure SSL on
|
|||
remote cluster or ensure security via different means.
|
||||
|
||||
PostgreSQL auto-tuning
|
||||
--------------------
|
||||
----------------------
|
||||
|
||||
When the PostgreSQL image is run with the `--memory` parameter set and if there
|
||||
are no values provided for `POSTGRESQL_SHARED_BUFFERS` and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue