Y
Hacker News
new
|
ask
|
show
|
jobs
by
Macha
819 days ago
Postgres updates are definitely a pain. MySQL is usually just a matter of upgrading the package and restarting the server for the projects I run, but postgres is a full dump and import process.
1 comments
scientist4397
818 days ago
I manage many PostgreSQL databases, the only time it was a pain, it was due to PostGIS upgrade but not the postgresql cluster itself…
You don’t need to dump and re import the database since a long long time…
link
You don’t need to dump and re import the database since a long long time…