Recovery Mode
PostgreSQL
Troubleshooting
Error
the database system is in recovery mode
Sit Env
Host: 192.168.80.9
psql -h apple-pgsql.db.example.com -p 5433 -U postgres
Trouble Shooting
Check recovery state.
SELECT pg_is_in_recovery();
Use ps to get process running command.
ps aux | grep pgsq...