How to move from Amazon RDS to a dedicated PostgreSQL server
layer0.authentise.com
How to move from Amazon RDS to a dedicated PostgreSQL server
1–10 of 73 posts
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#2Do people do this for security / policy purposes, or are they motivated by cost savings? Does removing all that virtualization buy improved performance?
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#3One tool they did miss for continuous archiving is WAL-E, which tends to be the one most used including by us at Citus Cloud and Heroku Postgres - https://github.com/wal-e/wal-e
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#4For those that have done this, I'd be interested in the performance gain (say, IOPS at an equivalent hosting + hardware cost). I'd also be interested in RDS vs. Heroku Postgres. Do people do this for security / policy purposes, or are they motivated by cost savings? Does removing all that virtualization buy improved performance?
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#5I've been trying to compare RDS for Postgres to other offerings like Compose or Heroku but have come up surprisingly dry on comparisons.
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#6Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#7Overall a nice post. It doesn't quite get into all the options for pg_dump as there's a number of other flags that can be useful to reduce downtime. It's also probably worth taking a look at Amazon Migration Service as well (though I haven't personally used it or heard from others that have yet) - https://aws.amazon.com/dms/ . One tool they did miss for continuous archiving is WAL-E, which tends to be the one most us…
*disclaimer: I wrote that code while at heroku
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#8Overall a nice post. It doesn't quite get into all the options for pg_dump as there's a number of other flags that can be useful to reduce downtime. It's also probably worth taking a look at Amazon Migration Service as well (though I haven't personally used it or heard from others that have yet) - https://aws.amazon.com/dms/ . One tool they did miss for continuous archiving is WAL-E, which tends to be the one most us…
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#9Not that it necessarily should, but the article did not really address why they were moving away from RDS. Was it cost, performance, other issues? I've been trying to compare RDS for Postgres to other offerings like Compose or Heroku but have come up surprisingly dry on comparisons.
Re: How to move from Amazon RDS to a dedicated PostgreSQL server
#10Overall a nice post. It doesn't quite get into all the options for pg_dump as there's a number of other flags that can be useful to reduce downtime. It's also probably worth taking a look at Amazon Migration Service as well (though I haven't personally used it or heard from others that have yet) - https://aws.amazon.com/dms/ . One tool they did miss for continuous archiving is WAL-E, which tends to be the one most us…