Database Administration & Monitoring, PostgreSQL Recreate a Patroni replica using pgBackRest 17.11.2022 by Open source Team In my last blog we had a look on how to bootstrap a complete Patroni Cluster from pgBackRest. But there is also the possibility to recreate only one Patroni node using pgBackRest. In this blog we(…)
Oracle ODA – HDD manual firmware patching 14.11.2022 by Marc Wagner I recently patched ODAs X7-2-HA and X8-2-HA from version 19.8 to version 19.12 and then 19.16 at one of our customer environment. I faced some HDD firmware that was not patched during storage patching, and I had to manually patched(…)
Azure, Cloud, DevOps Azure Networking in comparison with OnPrem Networking 14.11.2022 by DevOps By being freshly certified as an Azure Network Engineer Associate, I thought it could be a good timing to share what I’ve learned about networking in the Azure cloud. I’ve worked for many years with traditional network equipment and I(…)
Database Administration & Monitoring Patch a SQL Server instance automatically with PowerShell 11.11.2022 by Stéphane Savorgnano In my last blog post I explained how to automatically download the last Service Pack and Cumulative Update for all versions of SQL Server.Here I will show you how to patch your SQL Server instances automatically with some cmdlets(…)
DevOps, Kubernetes Kubernetes: Cloudbees troubleshooting with Cilium 11.11.2022 by DevOps We came across an interesting issue recently in one of our customer’s Kubernetes cluster that worth sharing. We installed Cloudbees in that cluster and everything looked fined with all pods up and running. However we couldn’t connect to the Cloudbees(…)
DevOps DevOps.Barcelona 2022 Day 2 11.11.2022 by Nicolas Meunier Second day of DevOps Barcelona 2022 1st talk by Txema González and Manuel Sánchez: “Zero Trust DevOps” with Azure & Github Actions This session was a good presentation on Zero Trust Architectures with Azure. The implementation use the Azure Zero(…)
Database Administration & Monitoring, MySQL, Operating systems, Oracle ODA : Do You Know The MOVE Table In MySQL DB Repository 08.11.2022 by Oracle Team By Mouhamadou Diaw During a consulting on a customer, we faced the following issue when trying to delete a dbhome Message: DCS-10001:Internal error encountered: PRGO-2470 : Working copy “OraDB19000_home1” is involved in an incomplete move or upgrade operation The(…)
Oracle How to Setup Dataguard on PDB Level (DGPDB) 07.11.2022 by Oracle Team Introduction One of the long requested features in case of Multitenant was the possibility to create and manage a data guard configuration on pdb level. Now with the Release Update 21.6 this was finaly implemented and the name of(…)
Database Administration & Monitoring PostgreSQL: Dropping a table automatically if another table is dropped 06.11.2022 by Daniel Westermann Imagine the following use case: You have a table t1, and based on it’s contents you create another table t2. What you want to achieve is: If table t1 gets dropped, you want to have table t2 to be dropped(…)
DevOps Devops.Barcelona 2022 Day 1 05.11.2022 by Nicolas Meunier A lot of interesting sessions for this first day of Devops Barcelona 2022 1st talk by Kris Buytaert : Over a decade of #devops, what have we learned A good overview of the evolution of DevOps since more than 10(…)