Database Administration & Monitoring, PostgreSQL, Security Increase your PostgreSQL databases security by checking a few settings Part 2 15.09.2020 by Daniel Burgert Continuing from my first blog we will check some more access and authentication configurations. Focusing on removing unnecessary database privileges. After that we will configure the backend parameters correctly to have more robust PostgreSQL server/client sessions. And at last SSL(…)
Database Administration & Monitoring Patroni 2.0: New features – Patroni on pure Raft 11.09.2020 by Open source Team Last week the new Patroni 2.0 release was published which brings many new features. But one makes me absolutely curious. At the moment only as BETA, but I had to test it. Patroni on pure Raft. It's possible to run(…)
Database management, PostgreSQL Starting with PostgreSQL 10.09.2020 by Open source Team In this Post you will learn how I met PostgreSQL and started to learn. If you are planning PostgreSQL as your database but don’t know where to start, this blog may help you. My background I have used MySQL database(…)
Database Administration & Monitoring, PostgreSQL, Security Increase your PostgreSQL databases security by checking a few settings 07.09.2020 by Daniel Burgert This blog provides you with a short overview of easy to control settings that enhance your PostgreSQL security. Mostly by creating a separate group to assign privileged database members. And checking different logging and log rotations settings for better and(…)
Database Administration & Monitoring The EDB tool-set integration into PEM – EDB EFM 21.08.2020 by Daniel Westermann In the last post we had a look at how EDB BART integrates into EDB PEM, so backups and restores can be managed centrally from the PEM console.
Database Administration & Monitoring The EDB tool-set integration into PEM – EDB BART 20.08.2020 by Daniel Westermann When it comes to our PostgreSQL customers we basically have two types: There are customers that do not want to have a subscription. For these types of customers we go with plain community PostgreSQL and a(…)
Oracle, PostgreSQL Some myths about PostgreSQL vs. Oracle 24.06.2020 by Open source Team By Franck Pachot . I originally wrote this as a comment on the following post that you may find on internet: https://www.2ndquadrant.com/en/blog/oracle-to-postgresql-reasons-to-migrate/ but my comment was not published (many links in it… I(…)
Database Administration & Monitoring, Database management, PostgreSQL pgBackRest – a simple privileges-related issue 29.05.2020 by Joël Cattin I recently had to replace Barman by pgBackRest as Backup & Recovery solution for one of my customer. The purpose of this blog is not to show how I made the setup (some(…)
AWS, PostgreSQL AWS Aurora vs. RDS PostgreSQL on frequent commits 01.05.2020 by Open source Team This post is the second part of https://www.dbi-services.com/blog/aws-aurora-xactsync-batch-commit/ where I’ve run row-by-row inserts on AWS Aurora with different size of intermediate commit. Without surprise the commit-each-row anti-pattern has a negative effect on performance. And I mentioned(…)
AWS, PostgreSQL AWS Aurora IO:XactSync is not a PostgreSQL wait event 01.05.2020 by Open source Team By Franck Pachot . In AWS RDS you can run two flavors of the PostgreSQL managed service: the real PostgreSQL engine, compiled from the community sources, and running on EBS storage mounted by the database EC2 instance, and the(…)