# Description Upgrade PostgreSQL version to 15. **Important**: After any upgrade, execute: ``` VACUUM (ANALYZE) ``` This will clean up dead rows and rebuild statistics that the planner relies on.
Description
Upgrade PostgreSQL version to 15.
Important: After any upgrade, execute:
This will clean up dead rows and rebuild statistics that the planner relies on.