Question
Codebeamer database migrate - MySql to PGSql : getting error on user profile
Source - CB 2.0.0.7 MySQL 8.0
Target CB 2.0.0.7 PGSQL 16.2
- Source Server - Choose any user on the Source machine and set the profile picture. (user must be local user not AD/SSO)
- Migrate Database - DOCKER DB TOOL 2.0
- Target Server- when the Admin user clicks on a specific user, getting error.
Error :

026-02-19 12:46:56,183 ERROR support.largeobject.PostgresLargeObjectSupport - fetchLargeObject() failed [catalina-exec-31] [220] {Req#=64, Sess#=249..621, serverId=server}
java.sql.SQLException: Not a wrapper of org.postgresql.PGConnection
at org.apache.tomcat.jdbc.pool.ProxyConnection.unwrap(ProxyConnection.java:87) ~[tomcat-jdbc.jar:?]
at org.apache.tomcat.jdbc.pool.ProxyConnection.invoke(ProxyConnection.java:124) ~[tomcat-jdbc.jar:?]
at org.apache.tomcat.jdbc.pool.JdbcInterceptor.invoke(JdbcInterceptor.java:107) ~[tomcat-jdbc.jar:?]

