Database Administration & Monitoring How to scale up a Patroni cluster 06.11.2019 by Open source Team During the preparation of my presentation for the pgconf.eu I ran into one big issue. I had to stop my cluster to add a new node. That was not the way I wanted to archive this. I want a high(…)
Database Administration & Monitoring Galera Cluster 4 with MariaDB 10.4.8 06.11.2019 by Open source Team Last month, by a new customer I had to install the latest version of the MariaDB server: 10.4.8 to setup a Galera Cluster with 3 master nodes. The good news was that this version was shipped with the latest(…)
Database Administration & Monitoring, DevOps, Docker, Kubernetes Create a Kubernetes cluster with Google Kubernetes Engine 06.11.2019 by DevOps Nowadays the market for cloud providers is very competitive. Large companies are fighting a very hard battle over the services they provide. Each offers a wide range of more or less identical products with specific features for each. In my(…)
Database Administration & Monitoring, PostgreSQL Handling PostgreSQL installations from packages 03.11.2019 by Open source Team [vc_row type="in_container" full_screen_row_position="middle" scene_position="center" text_color="dark" text_align="left" overlay_strength="0.3" shape_divider_position="bottom" bg_image_animation="none"][vc_column column_padding="no-extra-padding" column_padding_position="all" background_color_opacity="1" background_hover_color_opacity="1" column_link_target="_self" column_shadow="none" column_border_radius="none" width="1/1" tablet_width_inherit="default" tablet_text_alignment="default" phone_text_alignment="default" column_border_width="none" column_border_style="solid" bg_image_animation="none"][vc_column_text]In this blog I will show how to handle a PostgreSQL installation with a customized PGDATA using the(…)
Database Administration & Monitoring pg_auto_failover: Setup and installation 01.11.2019 by Daniel Westermann When I attended PGIBZ 2019 earlier this year, I talked with Dimitri about pg_auto_failover and I promised to have a look at it. Well, almost half a year(…)
Database Administration & Monitoring, MariaDB MariaDB 10.3.1x + 10.4.x : mysqld_multi not working properly 30.10.2019 by Jérôme Witt A couple of days ago, we upgraded some MariaDB instances on a consolidated database server. However, after the software update we were not able to manage our instances anymore using mysqld_multi whatever the MariaDB release (10.3.18 or the latest 10.4.x).
Database Administration & Monitoring, Database management, PostgreSQL Patroni Operations – Changing Parameters 30.10.2019 by Open source Team Sooner or later all of us have to change a parameter on the database. But how is this put into execution when using a Patroni cluster? Of course there are some specifics you have to consider. This post will give(…)
Database Administration & Monitoring PostgreSQL 13 will come with partitioning support for pgbench 30.10.2019 by Daniel Westermann A lot of people use pgbench to benchmark a PostgreSQL instance and pgbench is also heavily used by the PostgreSQL developers. While declarative partitioning was introduced in PostgreSQL 10 there was no(…)
Database Administration & Monitoring PostgreSQL check_function_bodies, what is it good for? 27.10.2019 by Daniel Westermann One of the probably lesser known PostgreSQL parameters is check_function_bodies. If you know Oracle, then you for sure faced "invalid objects" a lot. In PostgreSQL, by default, there is nothing like an invalid object. That implies(…)
Database Administration & Monitoring, Oracle Adding a dbvisit standby database on the ODA in a non-OMF environment 23.10.2019 by Marc Wagner I have recently been working on a customer project where I had been challenged adding a dbvisit standby database on an ODA X7-2M, named ODA03. The existing customer environment was composed of Oracle Standard 12.2 version database. The primary database,(…)