Posts tagged with "postgresql"

There are a total of 3 posts.

Upgrading PostgreSQL and Safe Data Migration

Published Apr 15, 2025 by whitedec

This guide introduces the steps for safely migrating from PostgreSQL 14 to 16, including data backup, cluster switching, restoration, and old version removal.

#postgresql , #upgrade , #backup , #migration

Setting Up a Mail Server on Linux #6: Configuring Dovecot's auth-sql.conf.ext and Password Hashing

Published Feb 06, 2025 by whitedec

This post explains the configuration of Dovecot's auth-sql.conf.ext and the method for password hashing using PostgreSQL, including how to apply SHA-256 and BC…

#postgresql , #dovecot , #virtual_users , #password_hashing

Main Commands of PostgreSQL

Published Nov 02, 2024 by whitedec

Discover essential PostgreSQL commands for database management and setup. A helpful guide for quick reference.

#postgresql , #commands