Database Administration & Monitoring, Database management PostgreSQL 17: New catalog view pg_stat_checkpointer 06.11.2023 by Daniel Westermann Up to PostgreSQL 16 checkpointer related statistics are available in pg_stat_bgwriter. As the work of bgwriter and checkpointer has been split into two separate processes back in 2011 for PostgreSQL 9.2 (see 806a2aee3791), it makes sense(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Add questions 06.11.2023 by Morgan Patou In a previous blog, I talked about using Alfresco to setup a simple Trivia Game and more specifically the Repository part of it, i.e., the meta-model and the structure I will use. In this second part,(…)
Enterprise content management Alfresco – Use Alfresco for a Trivia Game – Repository skeleton 06.11.2023 by Morgan Patou Have you ever wondered how you could use Alfresco to run a Trivia Game? No? Strange, I believe that should be a very important question to ask yourself when you are looking for an ECM for your company! If you(…)
Database Administration & Monitoring, Database management DBVISIT StandbyMP for PostgreSQL – 3 – Switchovers 06.11.2023 by Daniel Westermann In the last two posts (here and here) we’ve installed and configured DBVISIT StandbyMP for PostgreSQL and created a simple primary -> replica setup. Most of the replication(…)
Database Administration & Monitoring, Database management What is the maximum number of columns for a table in PostgreSQL? 05.11.2023 by Daniel Westermann In our PostgreSQL DBA Essentials workshop we’re also letting the attendees know about the limits of PostgreSQL. Those limits are documented but one of those limits might not be very clear. The(…)
Enterprise content management Documentum – xPlore CPS unreachable and not starting 04.11.2023 by Morgan Patou During an upgrade project of xPlore from 16.4 to 20.2 at a customer, I faced a quite interesting issue with the xPlore CPS (Content Processing Services) that couldn’t start properly and were, therefore, shown as “UNREACHABLE“. The funny thing is(…)
NoSQL Redis: Redis X Grafana fix the “get instance error” message 03.11.2023 by Middleware Team Introduction Last time, we have seen how to add a Redis plugin to Grafana in order to monitor and generate graphs and charts for your reports or analysis. During this configuration you may encounter some issues or miss some steps(…)
Enterprise content management Documentum – Unable to install an IndexAgent due to RSA/FIPS libraries 03.11.2023 by Morgan Patou A couple year ago at a new customer, I was asked to install a new xPlore IndexAgent on an existing Documentum 16.4 environment. Unfortunately, that installation didn’t succeed, and I ended up with the following install logs: [xplore@ds-0 ~]$ cd(…)
Oracle Add TDE to Oracle Database and upload keys to OKV 02.11.2023 by Oracle Team How to configure, from scratch, the TDE on the database, how to upload the wallet keys in the OKV and how to configure the database to use these keys.
DevOps, Kubernetes Combining Powerful Cilium Features Together In Kubernetes 01.11.2023 by DevOps My colleagues and I have played with Cilium from Isovalent for a while now and we have successfully deployed it as simple CNI (Container Network Interface) along with Hubble on several production Kubernetes cluster of our customers.