Pingu
Computer MySQL PostgreSQL Books Publications
Spielereien Kanu Business TopoDB POI Klettersteigen History TransPool Thermal Baden Brokenstuben Goldwaschen
Blog Contact
Shinguz
Google
/ch/open

PostgreSQL for MariaDB and MySQL Admins

https://www.socallinuxexpo.org/scale/22x/presentations/understanding-postgresql-mysql-developer-and-dba

Installation of PostgreSQL

  • apt/dnf install
  • other methods (distro repo, PostgreSQL repo, tar.gz, packages download, compile, container)
  • Different Branches/Forks of PostgreSQL

Operations

  • systemctl stop/start/status
  • journalctl
  • error logging

See also here.

  • psql (mariadb/mysql)
  • other CLI tools
  • GUI tools

User/Accounts

  • Create user/accounts
  • Roles

Databases/Schema/Relation/Tuple

Operation tasks

Development / Transactions

  • Autocommit

High Availability (HA)

  • Replication: Logical, Physical

Sources

Notes