Postgresql access pgadmin

Hi
new to ODK-X, managed to install odk-x-sync-endpoint and its working fine.
Trying to access data directly through postgresql pgadmin, but don’t see any ports open on docker for that.

regards,

Juan Solorzano

1 Like

Hi @Juan_Solorzano! If you are trying to manage download data from your ODK-X sync-endpoint, the best way to do that is using ODK-X Suitcase: ODK-X Suitcase — ODK-X Docs

You are correct there are no ports on the default docker stack open to access postgres’s container by default. Since the database holds row states and a complete change log it’s better to access the data through the rest API or through a program. You can modify your docker compose if you want to.

1 Like