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
    • postgre
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

strict change column type table postgre from string to int

danang setya pramana December 29, 2025 0 Comments

ALTER TABLE table_name ALTER COLUMN column_name TYPE BIGINT USING (column_name::bigint);

postgreSql

migrate database from mysql to postgre using docker pg_loader

danang setya pramana December 29, 2025 0 Comments

karena saya menggunakan jendela saat ini , terpaksa saya menggunakan pg_loader dari docker , pertama ambil packagenya dulu dari remote milik dimitri docker pull ghcr.io/dimitri/pgloader:latest pertama pastikan kalian punya akses…

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.