PostgreSQL hardening best practice

2024-03-29 Thread Jason Long
Hello,There are many articles on the internet to secure PostgreSQL, but which one is valid and up-to-date! Please introduce a suitable article. Thank you.

Re: Moving PostgreSQL servers to a new server

2024-02-29 Thread Jason Long
Hello,I have the same question. I hope someone can answer this question clearly. On Wed, Feb 28, 2024 at 10:04 PM, normandavis1990 wrote: Hi,I am new to PostgreSQL. My scenario is as follows: https://cdn.bloghunch.com/uploads/uNxNoi5uVKeDibd5.webp I have a Master server and two Replica

Re: PostgreSQL Read-only mode usage

2024-02-28 Thread Jason Long
:24 PM, Francisco Olarte wrote: On Wed, 28 Feb 2024 at 13:34, Jason Long wrote: > What is the use of a database in read-only mode? Normally it is a connection/session to the database what is in read-only mode, not the whole database. As it has been pointed out, you connect in read only m

Re: PostgreSQL Guard

2024-02-28 Thread Jason Long
/configure-postgresql-streaming-replication-in-centos-8/. On Tue, Feb 27, 2024 at 3:48 PM Jason Long wrote: Hi,Do I have to run this command on the server where the main database is located? Suppose you want to transfer the database of a website like Amazon.com to a new server and delete

PostgreSQL Read-only mode usage

2024-02-28 Thread Jason Long
Hello, What is the use of a database in read-only mode? Thank you.

Re: PostgreSQL Guard

2024-02-27 Thread Jason Long
, and a third, smaller system. There are other products which do the same thing as PgPool, and you might find them better. On Tue, Feb 27, 2024 at 12:00 PM Jason Long wrote: Hi,Should I read https://www.postgresql.org/docs/current/warm-standby.html#STANDBY-SERVER-SETUP for question number 2

Re: PostgreSQL Guard

2024-02-27 Thread Jason Long
Hi,Should I read https://www.postgresql.org/docs/current/warm-standby.html#STANDBY-SERVER-SETUP for question number 2? On Tue, Feb 27, 2024 at 7:28 PM, Adrian Klaver wrote: On 2/27/24 07:08, Jason Long wrote: > Hi, > 1- Both split-brain protection and security. Any tool?

Re: PostgreSQL Guard

2024-02-27 Thread Jason Long
at 3:43 AM Jason Long wrote: Hello, I have some questions about the PostgreSQL database: 1- If I want to distribute the PostgreSQL database on several servers at the same time. what should I do? Something similar to high availability. HA replication is native in Postgresql.  2- Is there any

PostgreSQL Guard

2024-02-27 Thread Jason Long
Hello, I have some questions about the PostgreSQL database: 1- If I want to distribute the PostgreSQL database on several servers at the same time. what should I do? Something similar to high availability. 2- Is there any special guard to protect PostgreSQL? Thank you.

Re: AW: PostgreSQL and GUI management

2023-08-15 Thread Jason Long
Hello,Thank you so much for your reply.Is it free?Has it met all your needs? Sent from Yahoo Mail on Android On Tue, Aug 15, 2023 at 6:40 PM, [Quipsy] Markus Karg wrote: I am using pg_admin in the browser, and it works rather fine for me. -Markus   Von: Jason Long Gesendet

PostgreSQL and GUI management

2023-08-15 Thread Jason Long
Hello,Does PostgreSQL have a graphical environment for management or is it only managed through CLI? Thank you.

PostgreSQL and local HDD

2023-08-15 Thread Jason Long
Hello, Why is the PostgreSQL database slow when it is on the server's hard drive? My servers are HPE ProLiant DL380p G8 and HPE ProLiant DL380 G9. Does the database have to be on a storage like EMC or QNAP? Does PostgreSQL have an option to increase speed? Thank you.