You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
claude: Simplify post-upgrade checks to avoid hanging on PostgreSQL startup
- Remove PostgreSQL server startup from post-upgrade checks
- Use pg_controldata to verify the upgraded cluster instead
- Check for essential configuration files
- This avoids the hanging issue when trying to start PostgreSQL in the container
0 commit comments