Database Administration & Monitoring, SQL Server SQL Server Tips: Get back permissions lost for mount points! 04.06.2021 by Stéphane Haby Recently by a customer, we are facing the case to lose all mount points on a secondary node in a HA SQL Server AlwaysOn infrastructure due to a big problem on the Datacenter. We need to build from scratch(…)
Database Administration & Monitoring Patroni on FreeBSD 13? 03.06.2021 by Daniel Westermann You can already find several blog posts around PostgreSQL protected by Patroni on our blog. They all have in common, that the setup is on a flavor of Linux. As I got impressed by(…)
Database Administration & Monitoring Automate restore from Rubrik with PowerShell 25.05.2021 by Stéphane Savorgnano One of our customer uses Rubrik as a solution to recover, manage, and secure all their data. In this context, Rubrik is used to backup and restore all the SQL Server instances. We need to run restore tests(…)
Database Administration & Monitoring Why is the default postgres database slightly larger than template1? 20.05.2021 by Daniel Westermann You probably know that a fresh initialized PostgreSQL cluster comes with three databases by default: template0, template1, and postgres. If you want to know why they are there, and what their purpose is, check this post. In(…)
Database Administration & Monitoring PostgreSQL, pg_ctl and signals 14.05.2021 by Daniel Westermann I believe most people use pg_ctl nowadays to start, stop, or restart a PostgreSQL instance. You can do all these tasks without using pg_ctl, but you'll notice in a minute that pg_ctl really is your friend. Even(…)
AWS, Database Administration & Monitoring Getting started with Citus – Setting up a four node cluster 07.05.2021 by Daniel Westermann One issue with traditional database systems like PostgreSQL is, that you cannot easily scale vertically. Of course you could add read replicas and offload read operations, but that either requires changes in the application, or putting something in front that(…)
Azure, Database Administration & Monitoring, SQL Server Virtual Symposium SQL Server & Azure SQL – Session: Debugging without debugger 06.05.2021 by Microsoft Team As a consultant at dbi services we can dedicate a significant part of our time to training and I took the opportunity today to attend an online conference. In this blog post, I will present this event and(…)
Database Administration & Monitoring CentOS 8 binary compatible alternatives 05.05.2021 by Open source Team There is a lot of roumors around since it was anounced to switch CentOS 8 from a Downstream Build from RHEL 8 to a Upstream Build for RHEL 8 on December 8th 2020. Many people asked why a second(…)
Database Administration & Monitoring, Database management, Operating systems, Oracle Patching ODA HA from 19.8 to 19.10 04.05.2021 by Oracle Team In this blog I am describing the steps to patch an ODA HA from the version 19.8 to version 19.10. The patching was done with a customer. Thanks to Pierre. The name of the servers were changed The ODA(…)
Database Administration & Monitoring PostgreSQL: set_config and current_setting 04.05.2021 by Daniel Westermann PostgreSQL comes with a rich set of administrative functions for various use cases. There are functions to control parameters, there are functions for index maintenance, others are for recovery and or backup control and there is much more. In this(…)