On 21/11/2023 11:59, Achilleas Mantzios - cloud wrote:
On 11/21/23 08:36, KK CHN wrote:
Thank you. Its worked out well. But a basic doubt ? is storing the DB
superuser password in .pgpass is advisable ? What other options do we
have ?
The .pgpass file is stored in the user's home directory,
On 11/21/23 08:36, KK CHN wrote:
Thank you. Its worked out well. But a basic doubt ? is storing the DB
superuser password in .pgpass is advisable ? What other options do we
have ?
#su postgres
bash-4.2$ cd
bash-4.2$ cat .pgpass
*:*:*:postgres:your_password
bash-4.2$
root has access to any
Thank you. Its worked out well. But a basic doubt ? is storing the DB
superuser password in .pgpass is advisable ? What other options do we have ?
#su postgres
bash-4.2$ cd
bash-4.2$ cat .pgpass
*:*:*:postgres:your_password
bash-4.2$
On Mon, Nov 20, 2023 at 4:16 PM Achilleas Mantzios - cloud <
On 11/20/23 12:31, KK CHN wrote:
list,
I am trying pgBackRest on an RHEL 7.6 and old EDB 10 database cluster(
a legacy application.)
I have installed pgbackrest through package install on RHEL7.6
But unable to get the basic stanza-creation working It throws an error.
* /etc/pgbackrest.con
list,
I am trying pgBackRest on an RHEL 7.6 and old EDB 10 database cluster( a
legacy application.)
I have installed pgbackrest through package install on RHEL7.6
But unable to get the basic stanza-creation working It throws an error.
* /etc/pgbackrest.conf as follows..*
#