Database Administration & Monitoring Between PostgreSQL Conference Germany 2023 and the Swiss PGDay 2023 28.06.2023 by Daniel Westermann The PostgreSQL Conference Germany 2023 is over and it was a success. We had 250 attendees which made this year’s edition of the conference the largest ever. For us the conference already started Monday evening with the speakers and(…)
Application integration & Middleware, DevOps Logs from Filebeat to Logstash to Elasticsearch -1 27.06.2023 by David Diab In a previous blog, we saw together the difference between Filebeat and Logstash, we said also that both can cooperate together in some cases. In this blog series we will deep into a use case: send(…)
Application integration & Middleware Zabbix from Problem to Remediation 27.06.2023 by Middleware Team Until now, in my previous blog posts, we did not cover one of the main features of any monitoring platform: Alarming. In Zabbix, it is named triggers. Item and Trigger Trigger is based on an item calculation. Thus, the first(…)
Application integration & Middleware, DevOps ELK Stack – Filebeat vs Logstash 26.06.2023 by David Diab Filebeat and Logstash are both comprised in ELK Stack, in this blog we will compare both with some use cases. So, you can then take the most appropriate to your case.
Oracle Building a transportable Oracle Sandbox environment for an Apple Silicon Laptop (MacBook with M1- or M2-processor) 26.06.2023 by Clemens Bleile Since Apple released their Apple Silicon Laptops based on the ARM processor architecture, it became difficult for Consultants with such a device to run their Oracle Sandbox environment, because the main Oracle products are running on the Intel architecture. Hence(…)
DevOps, Kubernetes Using Admission Controller in Kubernetes 26.06.2023 by Middleware Team Undoubtedly, Kubernetes has become the standard for container orchestration, making it necessary to work with extensions that add a layer of security and modularity. So, what exactly are these extensions? According to the Kubernetes documentation, “An admission controller is a(…)
Ansible, DevOps, Kubernetes Deploy awx-operator with Helm using images from a local registry 26.06.2023 by Donovan Winter You want to deploy Ansible AWX on a Kubernetes cluster using awx-operator, but your security policy requires you to use a local registry to store the necessary container images ? Okay, let’s see how to do(…)
NoSQL MongoDB:Backup and restore with mongodump and mongorestore 25.06.2023 by Middleware Team Introduction: As for Redis , MongoDB has its own backup utility to export and import data.This tool allow you in a single command to backup your database and your collections and then to load them. To save your data, we(…)
Application integration & Middleware, DevOps Elasticsearch – Snapshot Lifecycle Management (SLM) 22.06.2023 by David Diab In a previous blog, I spoke about snapshot, restore, and briefly about Snapshot Lifecycle Management. In this blog, I will go more in deep in SLM.
Application integration & Middleware, DevOps Elasticsearch – Snapshot and Restore 22.06.2023 by David Diab No need to explain what is a snapshot and restore, how much they are important to any platform, software, database, aso. In this blog, I will show you how to take snapshots of your Elasticsearch cluster and how to restore.