Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – Scaling up and down 12.06.2024 by Daniel Westermann By now, if you followed the previous posts (here, here, here, here and here), we know quite a bit about how to use(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – The kubectl plugin 11.06.2024 by Daniel Westermann As we’re getting more and more familiar with CloudNativePG, now it’s time to get more information about our cluster, either for monitoring or troubleshooting purposes. Getting information about the general state of our cluster can be easily done by using(…)
Database Administration & Monitoring, Database management, PostgreSQL, SQL Server, Technology Survey PosgreSQL + SQL Server = WiltonDB – Part 2 – Database Management 10.06.2024 by Stéphane Haby Few months ago I write about WiltonDB and how to install it. Now, I move one step forward with the Database Management. How to create a Database ? I test first with the T-SQL Command CREATE DATABASE script: I(…)
Database Administration & Monitoring, Development & Performance, SQL Server Plotting SQL Server Performance counters with Python 10.06.2024 by Steven Naudet As a consultant, I often use Performance Monitor (Perfmon) to collect performance metrics for SQL Server. After running Perfmon for, say, a week to capture a baseline of server activity, you can end up with a(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG – PostgreSQL extensions 10.06.2024 by Daniel Westermann Now that we know how we can configure the PostgreSQL instance and access control, we’re going to look at what you can do when it comes to PostgreSQL extensions with CloudNativePG. As we have a running(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudnativePG – Bootstrapping an empty cluster 08.06.2024 by Daniel Westermann In the last post we’ve created a very simple three node PostgreSQL cluster using CloudNativePG and this was really easy to do. While this is great to get started quickly, you usually want to have(…)
Cloud, Database Administration & Monitoring, Database management, DevOps CloudNativePG on minicube on openSUSE Leap Micro 6 07.06.2024 by Daniel Westermann Some time ago I’ve written a small blog about how to get openSUSE Leap Micro 6 up and running. As one of the use cases for this distributions is to run container workloads, the next natural step is to(…)
Database Administration & Monitoring, SQL Server Make SQL Server services more secure with Managed Service Accounts 05.06.2024 by Microsoft Team In the past years, I actively have been involved in securing MSSQL Instances (and other services).This lead me to use the Managed Service Accounts (MSA) and the grouped Managed Service Accounts (gMSA)The MSA have been introduced in Windows Server 2008(…)
Database Administration & Monitoring, Database management PostgreSQL and huge pages on Windows 03.06.2024 by Daniel Westermann Configuring the operating system for huge pages on Linux and make PostgreSQL using it is quite simple and straight forward. Here are two quite old post on how to do this, one for Debian systems, one for(…)
Database Administration & Monitoring, Database management, Oracle, Security Simulate (Transparent Tablespace Encryption) TDE on Oracle Standard Edition 29.05.2024 by Oracle Team by Alexandre Nestor Introduction The Oracle database Standard Edition do not have the Transparent Tablespace Encryption (TDE) feature which is a part of ASO (Advanced Security), and ASO is availabale only on Entreprise Edition version. But encryption can still be(…)