Application integration & Middleware, Enterprise content management Load Test M-Files Server with JMeter 25.01.2024 by Middleware Team Creating load test scenario on a web application might look easy: Record a scenario Replay it In practice, it is much more complex than that when you want to manage variables elements like usernames, session IDs, and, in case of(…)
Database Administration & Monitoring, Database management PostgreSQL 17: Track skipped rows from COPY in pg_stat_progress_copy 25.01.2024 by Daniel Westermann In one of the last posts we’ve looked at how you tell copy to ignore any rows which do not fit into the target table starting with PostgreSQL 17. While this is great, this also hides(…)
DevOps, Kubernetes How to delete a resource with the error: failed calling webhook 25.01.2024 by Nicolas Meunier The original mistake In preparation of the GitLab essentials workshop, I’m using helm to deploy it. After a few tests, I wanted to clean up my cluster, and accidentally deleted the namespace before doing helm uninstall.
Oracle How to patch your ODA to 19.21? 24.01.2024 by Jérôme Dubar Introduction Patch 19.21 is now available for Oracle Database Appliance series. Let’s find out what’s new and how to apply this patch. What’s new? The most important new component is Linux 8. X10 series were already running on Linux 8(…)
Ansible, DevOps Are You Afraid of the Word DevOps? – Part 1 24.01.2024 by DevOps We came to realize recently that there is a resistance to the word DevOps and it repels some of you. Sadly, by stopping to this word, it prevents you from entering his world! Do you feel that DevOps is just(…)
Oracle What is the fastest method to connect to an Oracle database? 23.01.2024 by Clemens Bleile There are still applications around, which do connect to the database, do some stuff and then disconnect again. I.e. for each and every operation a logon to the database is necessary. This produces unnecessary overhead and is expressed in a(…)
Enterprise content management Empower your data with M-Files 23.01.2024 by Guillaume Meunier When we talk about Enterprise Content Management (ECM) we very often reduce this to a simple Document Management System (DMS), but Data for a company is not only documents. It can be a various types of information that can help(…)
Application integration & Middleware, Enterprise content management Monitor M-Files with Zabbix 23.01.2024 by Middleware Team So far, for Zabbix monitoring, I only covered Linux based servers. We can put aside MS-SQL which was monitored via ODBC, thus without any Zabbix agent involved. In this blog post, I will explain you how(…)
Database management, PostgreSQL PostgreSQL Backups with pg_back 23.01.2024 by Joan Frey 1. Introduction In the world of PostgreSQL database management, ensuring robust backup strategies is mandatory. This week I discovered on postgresql.org latest news one useful tool that streamlines this process: pg_back. pg_back serves as a dedicated dumping tool designed(…)
Database Administration & Monitoring, DevOps, PostgreSQL, Security PostgreSQL’s New Milestone in Security: Officially CVE Numbering Authority 21.01.2024 by Adrien Obernesser The PostgreSQL Community just made a significant leap forward in database security :Postgresql is now a CVE Numbering Authority (CNA). Here is the original announcement about PostgreSQL being added as a CNA on the CVE website.