Database Administration & Monitoring Getting explain plans out of Db2 20.01.2022 by Daniel Westermann The last post about Db2 was about getting it up and running. As the issue we had to solve was about performance, getting an explain plan for the problematic statement(s) was the obvious step to do. In(…)
Database Administration & Monitoring Migrating a CentOS 7 EC2 instance to Rocky Linux 8 18.01.2022 by Daniel Westermann Some time ago I've written about migrating a CentOS 8 machine to Red Hat 8, because CentOS 8 reached end of life last December. We did that for all CentOS 8 installations at that(…)
Database Administration & Monitoring Setting up IBM Db2 on Linux 14.01.2022 by Daniel Westermann My last contact with IBM Db2 was more than 10 years ago, and that only on the SQL/application level. I've never done an installation of Db2 as most of our customers either don't use it, or we(…)
Database Administration & Monitoring Open source monitoring solutions (2) – Zabbix agents and PostgreSQL monitoring 03.12.2021 by Daniel Westermann By the end of the last post we finished with a running Zabbix server which uses PostgreSQL as it's back-end database. In addition a Zabbix agent is running on the same host, so the monitoring host itself(…)
Database Administration & Monitoring PostgresBuild2021 – questions feedback (1) 30.11.2021 by Daniel Westermann PostgresBuild2021 is currently ongoing and as usual, I had questions after my talk I could not immediately answer. One of the best ways to learn, is to present a topic. There are for sure questions you never(…)
Database Administration & Monitoring Open source monitoring solutions (1) – Zabbix server setup 29.11.2021 by Daniel Westermann We are often asked which monitoring solution we recommend for PostgreSQL, by people attending our PostgreSQL workshops. We usually answer: What do you have in place already? If a solution already is in place, the most obvious(…)
Database Administration & Monitoring Switching from CentOS 8 to Red Hat 8 18.11.2021 by Daniel Westermann We have quite a few customers still running on CentOS 8 and you probably already are aware that CentOS 8 will be end of life by the end of this year. This forces a(…)
Database Administration & Monitoring Using pgBackRest to backup your PostgreSQL instances to a s3 compatible storage 16.11.2021 by Daniel Westermann When it comes to backup and restore of PostgreSQL we usually recommend pgBackRest to our customers. This tool comes with many options and features and should bring everything you need. Most of the times we install a(…)
Database Administration & Monitoring Minor PostgreSQL version upgrades in a Patroni cluster 14.11.2021 by Daniel Westermann Last week PostgreSQL 14.1, and all other minor versions for the supported version of PostgreSQL have been released. As usual, it is highly recommended to update to the latest minor release as soon as possible. Minor version(…)
Database Administration & Monitoring PostgreSQL 15: read some options for pg_dump from a file 08.11.2021 by Daniel Westermann PostgreSQL 15 will probably come with a new feature for pg_dump: Instead of passing the arguments/options directly to pg_dump when it is executed, you may also use a file to describe what you want to export. In(…)