How can i see dataBase?

Hi
How can i see dataBase in camunda engine ?

Hi @rezza72

this depends on how you run Camunda. Do you use a distribution? Which one? What database do you use?

In general, you can connect with a DB tool (like DBeaver) to your configured database.
Cheers,
Miklas

1 Like

Hi @Miklas
I run camunda in docker with this command :

docker pull camunda/camunda-bpm-platform:latest
docker run -d --name camunda -p 8080:8080 camunda/camunda-bpm-platform:latest

Also i run camunda by spring boot project .

I’m amateur and i don’t know what should i do ?
Can i use xampp ?

Hi @rezza72,

try the h2 console: http://localhost:8080/h2/h2/login.jsp
To login you need to adjust the database setting. You can find the properties in the dockerfile: https://github.com/camunda/docker-camunda-bpm-platform/blob/master/Dockerfile#L31-L33

Cheers,
Miklas

2 Likes

Hey! Have you find a solution please??

I am using camunda bpm docker and i want to add tables to the h2 database but i can’t access the h2 console