Skip to content

Instantly share code, notes, and snippets.

View ramauditplus's full-sized avatar

Ramachandran Varadaraju ramauditplus

  • Auditplus
  • Thoothukudi
  • 00:00 (UTC +05:30)
View GitHub Profile
@ramauditplus
ramauditplus / parallel_postgres_instance
Last active May 12, 2025 09:48
Creating a new parallel instance of postgres server locally.
"C:\PostgreSQL\15\bin\initdb.exe" -D "C:\pgdata1"
C:\pgdata1\postgresql.conf → port = 5433
edit pg_hba.conf
# TYPE DATABASE USER ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all scram-sha-256
# IPv4 local connections: