Database Administration & Monitoring, Database management Disabling “alter system” in PostgreSQL? 01.02.2024 by Daniel Westermann Last year there started an interesting discussion on the PostgreSQL development mailing list: Would it make sense to implement something in PostgreSQL which can be used to disable the “alter system” command even for superusers?(…)
Application integration & Middleware Zabbix Web Monitoring 30.01.2024 by Middleware Team Zabbix allows to create complex web monitoring scenario and gather metrics about it. In this blog post, we will see how to assess that we are able to login to M-Files web application and, to not(…)
Cloud, YaK OCI – Recover lost SSH access to an Ubuntu instance 29.01.2024 by Morgan Patou Getting started in the cloud is pretty easy but things can get a little messy pretty quickly. A few weeks ago, I faced a case where I suddenly lost the SSH access to an Ubuntu OCI instance used internally for(…)
Database Administration & Monitoring, Oracle How to create a Backup Report in EM Cloud Control 13c 29.01.2024 by Oracle Team This blog describes how to create a backup report in Enterprise Manager 13c.
Application integration & Middleware How to Improve your JMeter Load Testing? 29.01.2024 by Middleware Team In my previous blog post, I presented you how to create a load testing scenario based on a recorder. While working on it, I faced small problems that required few fixes which were very repetitive (and(…)
Enterprise content management Easy business process automation with M-Files 29.01.2024 by Guillaume Meunier Today with the volume of data managed within a company. It is essential to put in place mechanisms to reduce human activity, avoid duplication and thus improve the reliability of the information. In my last blog I explained(…)
DevOps, Docker, Kubernetes Are You Afraid of the Word DevOps? – Part 2 29.01.2024 by DevOps In my previous blog post, we started to explore how to increase the Time-to-Market (TTM) of your simple application. We improved it and to go further we will now leverage containerization. As in part 1, I(…)
Azure, Cloud Sending OCI logs to Microsoft Azure Sentinel with OCI Streams 25.01.2024 by Adrien Devaux I recently deployed a new logging solution at a customer for their OCI tenancy. They wanted to manage their audit logs using Microsoft Azure Sentinel. The solution I deployed is using OCI Streaming Service to gather all the logs and(…)
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(…)