Tagged articles
4 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Dec 21, 2024 · Databases

Why Does PostgreSQL Show “FATAL: password authentication failed for user ‘postgres’” and How to Fix It?

This guide explains why a PostgreSQL connection attempt fails with “FATAL: password authentication failed for user ‘postgres’”, outlines common causes such as wrong passwords and misconfigured postgresql.conf or pg_hba.conf, and provides step‑by‑step solutions including password reset, config correction, trust authentication and environment rebuild.

Configurationpassword-authenticationpg_hba.conf
0 likes · 6 min read
Why Does PostgreSQL Show “FATAL: password authentication failed for user ‘postgres’” and How to Fix It?
21CTO
21CTO
Dec 4, 2024 · Databases

Why PostgreSQL Is Dropping MD5 Password Support and What It Means for You

PostgreSQL has officially deprecated MD5 password authentication, outlining a phased removal across upcoming releases and urging users to transition to the more secure SCRAM‑SHA‑256 method to protect against hash‑based attacks.

MD5deprecationpassword-authentication
0 likes · 3 min read
Why PostgreSQL Is Dropping MD5 Password Support and What It Means for You
MaGe Linux Operations
MaGe Linux Operations
Mar 14, 2024 · Databases

Why PostgreSQL Returns ‘FATAL: password authentication failed’ and How to Fix It

This guide explains why a remote PostgreSQL connection may fail with a password authentication error, analyzes common causes such as wrong credentials or misconfigured files, and provides step‑by‑step solutions including password reset, configuration checks, and trust authentication setup.

Connection Errordatabase troubleshootingpassword-authentication
0 likes · 7 min read
Why PostgreSQL Returns ‘FATAL: password authentication failed’ and How to Fix It
dbaplus Community
dbaplus Community
Apr 13, 2016 · Databases

Secure Redis Cluster: Adding Password Authentication and Automated Node Management

This guide explains why the official Redis Cluster tools lack password support, outlines the security risks of an unauthenticated cluster, and introduces a custom management utility that adds password authentication, automates slot migration, and simplifies adding or removing nodes, complete with step‑by‑step testing procedures.

Cluster ManagementData MigrationRedis Cluster
0 likes · 8 min read
Secure Redis Cluster: Adding Password Authentication and Automated Node Management