want to connect Redash with my Directus app. both these apps are hosted on same cloudron instance
-
want to connect Redash with my Directus app. both these apps are hosted on same cloudron instance
how to connect redash with directus by getting directus DB host,port, username password etc
from terminal we access like this but i can't enter this information in REDASH. pls note both directus and redash running same cloudron instance on digital ocean
PGPASSWORD=${CLOUDRON_POSTGRESQL_PASSWORD} psql -h ${CLOUDRON_POSTGRESQL_HOST} -p ${CLOUDRON_POSTGRESQL_PORT} -U ${CLOUDRON_POSTGRESQL_USERNAME} -d ${CLOUDRON_POSTGRESQL_DATABASE} ^C
-
@robi Yes but i didn't find the answer how to get the Directus postgres connection details? so i can update in redash.
can you guide how to directus postgres DB host,port, username password etc?
-
@robi Yes but i didn't find the answer how to get the Directus postgres connection details? so i can update in redash.
can you guide how to directus postgres DB host,port, username password etc?
-
@Jeyakumarrathnaselvi jump on the terminal of the Directus app and run
env | grep POST
, this should give you the credentials you need.@msbt Thanks a lot. you helped me at a right and saved lot of time