Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 571 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 571 Bytes

storage_postgres

  • System requirement: Apple M3 / Memory 16GB / macOS v15.2
  • Download Postgres from: https://www.enterprisedb.com/downloads/postgres-postgresql-downloads / version 17.2.1
  • Install Postgres locally: unpack the postgressql-17.2.1-osxx.app
  • PgAmdin 4.0 should be install and ready to use (create & keep the password safe)
  • Open PgAdmin:
    • Right click on 'Servers' -> register -> server
    • General Tab -> Name: hulk
    • Connection Tab -> Host Name: localhost | Port: 5432 | UserName: Postgres | Password: [password created in above step]