Skip to main content

Hi all,For Postgre SQL,when we are loading its only to our local.eg,if one member is loading the data in load operation,the post gre table that are populated are only visible to the member who loaded.How to enable the postgre table or see the table and its data which will be common to all user? Please suggest.

Hi @debashishghosh, since this is a local installation other team members won’t have access to the actions or data. If you need to share configurations and data with others, you can consider a few options, please let me know if you have tried any of the below ☺️

  • Pointing your local MDM to a server-based PostgreSQL database.
  • Installing the MDM on a remote server accessible to other team members. This would create a shared environment similar to a non-production environment.

Hope this helps!


Reply