Knowledgebase › Databases
Databases
Database operations on a VPS — MariaDB / MySQL and PostgreSQL admin, tuning, backup, monitoring.
Search
Articles
MariaDB tuning for PBX and dialer workloads
FreePBX® and Vicidial® both use MariaDB for their state — extensions, CDRs, lead lists, agent activity, recordings metadata. The default MariaDB config on a…
PostgreSQL backup with WAL archiving - point-in-time recovery
Nightly logical dumps (pg_dump) give you a daily snapshot — restore loses up to 24 hours of changes since the last dump. For workloads where that's…
PostgreSQL essentials for VPS operators
PostgreSQL is the default relational database for many self-hosted apps (Mastodon, n8n, Vaultwarden in some setups, Immich, Paperless-ngx). If your stack…