Not
  • Merhaba Dünya
  • Python
    • Sanal Ortam
    • Json
    • Cheat Sheet
    • Search
  • Javascript
    • Node
    • Vue
  • PostgreSQL
    • Install
    • Start Stop
    • Create Db
    • Backup Restore
    • Insert, Update, Delete
    • Kısa Yollar
  • Docker
    • Cheat Sheet
    • Problem
    • Komutlar
    • Örnek Konfigürasyon
    • Volume
  • Php, MySQL
  • Amazon AWS
  • Git
  • Celery
  • Mongo
    • Delete
    • Update
    • Amazon DocumentDB
  • Linux
  • Avesome
  • Bazı Bilgiler
  • Django
    • Models
    • Cheat Sheet
    • Snippets
  • Redis
  • Visual Studio Code
Powered by GitBook
On this page
  • Install
  • Config File Nerede?
  • Şifre Değiştirme
  • Şifreli Giriş
  1. PostgreSQL

Install

PreviousPostgreSQLNextStart Stop

Last updated 5 years ago

Install

Config File Nerede?

psql -U postgres -c 'SHOW config_file'

Şifre Değiştirme

ALTER USER postgres WITH PASSWORD 'park.123';

Şifreli Giriş

pg_hba.conf dosyası düzenlenmelidir.

# Database administrative login by Unix domain socket
local   all             postgres                                password

Restart

sudo service postgresql restart
https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-ubuntu-18-04