Postgres - Lift and Shift
Moving your existing (old) Sentinel environment to a new server without upgrading PostgreSQL database version.
Part 1 — On the Old ServerStep 1 — Find Your PostgreSQL Service Name
sudo systemctl list-units --type=service | grep -i postgresStep 2 — Stop Services
Step 3 — Back Up the Sentinel Installation
Step 4 — Back Up PostgreSQL
Step 5 — Copy Files to the New Server
Part 2 — On the New ServerStep 6 — Restore the Sentinel Installation
Step 7 — Restore PostgreSQL
Part 3 — Verify
Symptom
Likely Cause
Fix
Last updated