h2-console problem on master branch #248
Replies: 2 comments 4 replies
-
Note that by default, I don't think the h2 console should be accessible. The data is not stored in H2 by default but in a postgresql database. You can access that by running on the command-line in the radar-cp-hadoop-stack directory: source <(sudo cat .env)
sudo bin/radar-docker exec radarbase-postgresql psql -h localhost -U $POSTGRES_USER managementportal
\dt
SELECT * FROM source_type;
Ctrl+D |
Beta Was this translation helpful? Give feedback.
-
HI, Can you also give a summary of what issue you have that prompted you to access the database? From slack, I think you are just looking for data extracted from RADAR-base which is not in the database but on the filesystem. The path, where the data ends up, is defined by the property |
Beta Was this translation helpful? Give feedback.
-
Hi!
I'm moving the discussion from the slack channel to here as suggested by @yatharthranjan.
Firstly, thank you all for your help, and forgive me for annoying you so much 😝 .
As reported by PedroZuccolo, we are unable to access the Database from the menu on the ManagementPortal, it tries to access the url /h2-console and returns 404.
Xi Bai gave a clear explanation about how to solve this problem but now I can't find those spring files. Where are they located?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions