I am currently deploying XWiki application on VM instance on google cloud platform. I need to connect the application to PostgreSQL on google cloud. I have done the required configurational changes for replacing local hsql db with PosgreSQL db. Now when I am trying to run the code the tables are getting migrated to PostgreSQL db, but not the data.
I am working on XWiki 7.4.6 version. Kindly let me know if I am making any configurational errors or what should I change in order to make it work.
Thanks.