Skip to content

Danang Setya Pramana - Working Memory

This is my working memory when i forgot some command and some code for my work

Danang Setya Pramana - Working Memory

This is my working memory when i forgot some command and some code for my work

  • Home
    • Home
    • postgresql
linux

install postgresql 18 to RHEL 8

danang setya pramana January 23, 2026 0 Comments

# Install the repository RPM: sudo dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm # Disable the built-in PostgreSQL module: sudo dnf -qy module disable postgresql # Install PostgreSQL: sudo dnf install -y postgresql18-server…

postgreSql

allow connection client remote postgresql on remote

danang setya pramana January 15, 2026 0 Comments

edit pg_hba.conf and add host    all             all             192.168.1.0/24          scram-sha-256 after that enter on…

postgreSql

Backup & Restore Postgre SQL Database

danang setya pramana January 10, 2026 0 Comments

pg_dump and pg_restore are command-line utilities for backing up and restoring PostgreSQL databases. The tar format is one of the non-plain text archive formats that pg_dump can produce and which pg_restore is designed to handle. Backing Up with pg_dump (TAR format) …

postgreSql

postgre query grant & alter

danang setya pramana December 22, 2025 0 Comments

mengubah privileges user untuk semua tables GRANT ALL PRIVILEGES ON ALL TABLES IN SCHEMA public TO user; ubah nama field di dalam table ALTER nama_table RENAME COLUMN nama_lama TO nama_baru;…

postgreSql

grant new user to database postgre

danang setya pramana December 15, 2025 0 Comments

GRANT CONNECT ON DATABASE mydatabase TO myuser; GRANT USAGE ON SCHEMA public TO myuser; GRANT SELECT, INSERT, UPDATE, DELETE ON ALL TABLES IN SCHEMA public TO myuser;

Recent Posts

  • clone git specifig branch
  • install pm2 on global linux environtment
  • install nvm in RHEL linux
  • add sudoer existing user
  • install composer on RHEL server linux

Recent Comments

No comments to show.

Archives

  • February 2026
  • January 2026
  • December 2025
  • February 2025
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • February 2024
  • November 2023
  • July 2023
  • June 2023

Categories

  • cli
  • cli
  • Codeigniter 4
  • docker
  • Dockerfile
  • drizzle
  • Flutter
  • git
  • git branch
  • git clone
  • git push
  • git rm
  • golang
  • IOS
  • Iseng-iseng
  • linux
  • Mongodb
  • Mysql
  • Next Auth
  • Next JS
  • nginx
  • PHP
  • Phpunit
  • pm2
  • postgreSql
  • prisma
  • private repo
  • python
  • React
  • React Native
  • restore
  • rm
  • screen
  • UI
  • windows

You Missed

Iseng-iseng

clone git specifig branch

Iseng-iseng

install pm2 on global linux environtment

cli linux

install nvm in RHEL linux

Iseng-iseng

add sudoer existing user

Danang Setya Pramana – Working Memory

This is my working memory when i forgot some command and some code for my work

Copyright © All rights reserved | Blogus by Themeansar.