Database management Migration d’Oracle vers PostgreSQL avec ora2pg 28.11.2013 by Open source Team Le propos des trois posts PostgreSQL qui vont suivre, est de présenter: la mise en place d’un outil d’aide à la migration d’une base Oracle, au sens du schéma, vers une base PostgreSQL L’utilisation de cet outil, nommé ora2pg(…)
Database management PostgreSQL: L’installation 22.05.2012 by Open source Team Dans mon précédent article concernant PostgreSQL, j'ai annoncé une serie d'article sur ce SGBDR, aprés une courte introduction et avant de plonger dans le fonctionnement interne, l'architecture etc... je vous propose d'aborder l'installation du produit.
MongoDB DMK 2.6.0 : pymongo integration and new features 04.09.2026 by Julien Delattre In this blog, I will present the new features introduced with the latest release (2.6.0) of the MongoDB DMK. The DMK is a set of standardized tools that aims at easing the work of DBAs by having dbi’s(…)
MongoDB DMK 2.5.0: Sharding support and new features 26.06.2026 by Julien Delattre In this blog, I will present the new features introduced with the latest release (2.5.0) of the MongoDB DMK. The DMK is a set of standardized tools that aims at easing the work of DBAs by having dbi’s(…)
PostgreSQL Surviving a Patroni failover with logical replication 25.05.2026 by Adrien Obernesser Your Patroni cluster does exactly what you built it to do. A node dies at 3 a.m., a new primary is elected in a few seconds, the application reconnects, and nobody gets paged. Your HA setup works. And(…)
DevOps, Kubernetes Access your Kubernetes pods via Tailscale using a Sidecar container 13.01.2026 by Rémy Gaudey Tailscale is a mesh VPN (Virtual Private Network) service that streamlines connecting devices and services securely across different networks. It enables encrypted point-to-point connections using the open source WireGuard protocol, which means only devices on your private network can(…)
Database Administration & Monitoring, Database management, NoSQL MongoDB DMK 2.3: new features 15.12.2025 by Julien Delattre The latest MongoDB DMK release (2.3.1) introduces a lot of new features and important changes, which I will describe here. dbi services provides the DMK (Database Management Kit) to its customers for multiple technologies:(…)
Development & Performance, Web How effective is AI on a development project? 12.12.2025 by Nicolas Meunier In this article, I will try to evaluate the benefits of AI on a development project and what concrete changes it makes to our development practices. The test case and the approach I chose a familiar environment for(…)
PostgreSQL pgconf.eu 2025 – RECAP 26.10.2025 by Adrien Obernesser I was fortunate to be able to attend at the pgconf.eu 2025. This year event was happening in RIGA and joined together once again key members of the community, contributors, committers, sponsors and users from across the world.
DevOps, Kubernetes Monitor your ISP’s performance with Speedtest Tracker 05.08.2025 by Rémy Gaudey I recently changed ISP, and I wanted to monitor its performance and make sure I get what I’m paying for. I initially started writing a bash script that I was running in a crontab, then writing the results in(…)