Database Administration & Monitoring, DevOps, Docker, Kubernetes Rancher on SLES 15 as a demo environment 10.03.2021 by Daniel Westermann If you followed the last posts (Rancher, up and running, on EC2 – 1 – One node, Rancher, up and running, on EC2 – 2 – Three nodes and Rancher,(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Operating systems, Oracle Oracle Database Appliance: ODA patch 19.10 is out 09.03.2021 by Jérôme Dubar Introduction 4 months after the 19.9, here comes the 19.10 version of the Oracle Database Appliance patch. Let’s have a look at what’s new. Will my ODA supports this 19.10 patch? The 19.10 release will be the same for all(…)
AWS, Database Administration & Monitoring, Docker, Kubernetes Rancher, up and running, on EC2 – 2 – Three nodes 09.03.2021 by Daniel Westermann In the last post we've brought up a RKE Kubernetes cluster on a single node. While that is cool for demonstration purposes or testing, this is nothing for a real life setup. Running the control pane, the(…)
Database Administration & Monitoring SUSE RANCHER 2.5 – Monitoring Setup 07.03.2021 by Open source Team In this short blog post, I will discuss about SUSE Rancher 2.5, the latest version. In this release, the rancher-monitoring has been introduced. With this cool feature, you can quickly deploy open-source monitoring as Promotheus and Grafana for your kubernetes(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle How to configure additional listeners on ODA 03.03.2021 by Jérôme Dubar Introduction Oracle Database Appliance has quite a lot of nice features, but when looking into the documentation, at least one thing is missing. How to configure multiple listeners? Odacli apparently doesn’t know what’s a listener. Let’s find out how to(…)
Database Administration & Monitoring Be careful with prepared transactions in PostgreSQL 26.02.2021 by Daniel Westermann PostgreSQL gives you the possibility for two-phase commit. You'll might need that if you want an atomic distributed commit. If you check the PostgreSQL documentation there is a clear warning about using these kind(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle Oracle Database Appliance: what have you missed since X3/X4/X5? 25.02.2021 by Jérôme Dubar Introduction ODA started to become popular with X3-2 and X4-2 in 2013/2014. These 2 ODAs were very similar. The X5-2 from 2015 was different with 3.5 inches disks instead of 2.5 inches and additional SSDs for small databases (FLASH diskgroup).
Database Administration & Monitoring, SQL Server SQL Server: Control the size of your Transaction Log file with Resumable Index Rebuild 25.02.2021 by Steven Naudet Introduction In this blog post, I will demonstrate how the Resumable capability of Online index rebuild operation can help you to keep the transaction log file size under control. An index rebuild operation is done in a single transaction(…)
Database Administration & Monitoring [Data]nymizer – Data anonymizer for PostgreSQL 25.02.2021 by Daniel Westermann Often there is the requirement to populate a test or development database with data from production, but this comes with a risk: Do you really want, that developers or testers have access to sensitive data? In a lot of companies(…)
AWS, Database Administration & Monitoring 8000 PostgreSQL clusters on one host? 23.02.2021 by Daniel Westermann Coming back to the last post: 8000 databases in one PostgreSQL cluster?. As we've seen this is doable but comes with a lot of pain points. Another solution for this kind of requirement would be to host(…)