Hacker News new | ask | show | jobs
by nyanpasu64 701 days ago
Why doesn't postgres automatically (or with one-click confirmation) update all databases on startup when it discovers databases from a previous major version?
1 comments

It's getting closer with pg_upgrade. That just wasn't a priority as early as it was for MySQL. Give it time.

For large DBs though you may not be able to wait for it to happen offline.