Hi all, hopefully this question isn’t out of context.
I’m currently working with OpenText Content Management Solution hosted on AWS using Kubernetes.
Currently facing a challenge related to case sensitivity in our PostgreSQL database.
We are using AWS RDS PostgreSQL v15.0 with OpenText version 24.4.6.
By default, PostgreSQL is case-sensitive, which is causing issues with the content management services; Users are looking for case-insensitive functionality, but our current setup does not support this.
Did want to suggest switching to Oracle Database or Microsoft SQL, as both can be configured for case insensitivity. Unfortunately, due to organization requirements, I cant change it.
I have a friend who also used OpenText Content Services, but he didn’t encounter the same issue because he was using Microsoft SQL. Additionally, he was running it on a bare metal Windows server rather than Kubernetes.
I looked through the official Cloud Deployment Guide for OpenText, but I couldn’t find any configuration options related to case insensitivity.
Additionally, I explored suggested solutions on StackOverflow regarding case-insensitive queries or collation, but these are not applicable since we do not have control over the SQL queries or table creation in OpenText.
Currently the organization is trying to get developers to customize it on the API level to make it case-insensitive. But was wondering if anyone encountered a similar issue and managed to configure OpenText to be case-insensitive instead.