Azure, Cloud Learning Azure by having fun with ChatGPT 16.04.2024 by DevOps Learn Azure with ChatGPT to get a story around all the concepts and components of Azure. It becomes visual and you'll get some fun with it.
DevOps Monitor Elasticsearch Cluster with Zabbix 12.04.2024 by Middleware Team Setting up Zabbix monitoring over an Elasticsearch cluster is quiet easy as it does not require an agent install. As a matter a fact, the official template uses the Elastic REST API. Zabbix server itself will(…)
Business Intelligence Power BI Report Server: unable to publish a PBIX report 12.04.2024 by Christophe Cosme Introduction I installed a complete new Power BI Report Server. The server had several network interfaces to be part of several subdomains. In order to access the Power BI Report Server web portal from the different subdomains I defined 3(…)
Database Administration & Monitoring, Database management, PostgreSQL PostgreSQL 17: pg_buffercache_evict() 11.04.2024 by Daniel Westermann In PostgreSQL up to version 16, there is no way to evict the buffer cache except by restarting the instance. In Oracle you can do that since ages with “alter system flush buffer cache“, but not(…)
Application integration & Middleware Apache httpd Tuning and Monitoring with Zabbix 09.04.2024 by Middleware Team There is no tuning possible without a proper monitoring in place to measure the impact of any changes. Thus, before trying to tune an Apache httpd server, I will explain how to monitor it with Zabbix. Setup Zabbix Monitoring Apache(…)
Oracle ODA X10-L storage configuration is different from what you may expect 09.04.2024 by Jérôme Dubar Introduction Oracle Database Appliance X10 lineup is available since September 2023. Compared to X9-2 lineup, biggest changes are the AMD Epyc processors replacing Intel Xeons, and new license model regarding Standard Edition 2, clarified by Oracle several weeks ago.
Database Administration & Monitoring, Database management PostgreSQL 17: Split and Merge partitions 09.04.2024 by Daniel Westermann Since declarative partitioning was introduced in PostgreSQL 10 there have been several additions and enhancements throughout the PostgreSQL releases. PostgreSQL 17, expected to be released around September/October this year, is no exception to that and will come with two(…)
DevOps DevOps Best Practice – Backup and Share your work with GitHub 09.04.2024 by DevOps DevOps best practice to backup and share files by using GitHub. Learn to synchronize the files in your machine with a GitHub repository.
Ansible, YaK Faster Ansible 08.04.2024 by Middleware Team Even if Ansible is powerful and flexible, it can be considered “slow”. It will be anyway faster, and more consistent, than doing the same steps manually. Nevertheless, we will experiment to make it even faster. I found few of them(…)
Database Administration & Monitoring, Database management PostgreSQL 17: Add allow_alter_system GUC 08.04.2024 by Daniel Westermann Some time ago I’ve written about the options to disable the “alter system” command in PostgreSQL. While there is nothing up to PostgreSQL 16 to do this natively, there are solutions for this requirement (see linked(…)