tmux and htop on the db for performance monitoring

This commit is contained in:
Joe Lothan 2026-05-25 23:09:40 -04:00
parent 3ea88790b5
commit 8d62832c1d

View file

@ -38,7 +38,7 @@ fi
# --- Install Postgres ---
echo "--- Installing PostgreSQL 16 ---"
if ! command -v pg_isready &>/dev/null; then
sudo dnf install -y postgresql16-server
sudo dnf install -y postgresql16-server tmux htop
fi
# --- Init database on NVMe ---