Database Administration & Monitoring, SQL Server SQL Server 2022 CU23: Database Mail is broken, but your alerts shouldn’t be 28.01.2026 by Louis Tochon SQL Server 2022 CU23 bug freezes your emails? Bypass Database Mail using dbatools and PowerShell to resend blocked alerts.
Database Administration & Monitoring, Database management Commercial PostgreSQL distributions with TDE (1) Fujitsu Enterprise Postgres (1) Setup 27.01.2026 by Daniel Westermann While TDE (Transparent Data Encryption) is considered a checklist feature in some parts of the PostgreSQL community this topic comes up all over again. The same is true with our customers, it doesn’t matter at all if it technically makes(…)
Database Administration & Monitoring, Database management PostgreSQL: Transaction IDs and Virtual Transaction IDs 19.01.2026 by Daniel Westermann In the last post we’ve looked at the basics when it comes to row locking in PostgreSQL and how that looks like in pg_locks. In this post we’ll look at transaction IDs and virtual transaction IDs(…)
Database Administration & Monitoring, SQL Server, Security SQL Server Always-On: Centralizing Backup History Across Replicas 08.01.2026 by Louis Tochon Replace brittle T-SQL links and manual checks with a central PowerShell orchestrator to reliably manage Always On backup data at scale.
Database Administration & Monitoring, Database management PostgreSQL: An introduction to row locking 08.01.2026 by Daniel Westermann Sometimes it is necessary to troubleshoot locks in PostgreSQL to figure out what is going on in the system. While locks are important and necessary in a database system, too many locks can also be an issue, performance wise and(…)
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: Oracle, Postgres,(…)
Database Administration & Monitoring, Database management, DevOps, Development & Performance What is Forgejo and getting it up and running on FreeBSD 15 12.12.2025 by Daniel Westermann In recent customer projects I had less to do with PostgreSQL but more with reviewing infrastructures and give recommendations about what and how to improve. In all of those projects GitLab is used in one way(…)
Database Administration & Monitoring, Database management, Non classifié(e), Operating systems, Oracle Shell and Perl in one script 05.12.2025 by Martin Bracher To run a Perl script directly like a binary from within the shell, you have to set the executable flag on the script Add the shebang line (the 1st line (#!...) specifiyng the interpreter to use) #!/usr/bin/env perl #!/usr/bin/perl(…)
Database Administration & Monitoring, Database management, Oracle ORA-44001 when setting up GoldenGate privileges on a CDB 13.11.2025 by Julien Delattre I was recently setting up GoldenGate for a client when I was struck by a ORA-44001 error. I definitely wasn’t the first one to come across this while playing with grants on GoldenGate users, but nowhere could I find the(…)
Database Administration & Monitoring, Database management PostgreSQL 19: Logical replication of sequences 12.11.2025 by Daniel Westermann Logical replication in PostgreSQL got a lot of features and performance improvements over the last releases. It was introduced in PostgreSQL 10 back in 2017, and PostgreSQL 9.6 (in 2016) introduced logical decoding which is the basis for logical replication.