:wave: Hello, team! If i have two installations o...
# general
v
👋 Hello, team! If i have two installations of signoz on two differents cluster, but with the same clickhouse database. When i installed second instance it forced me to re-init admin user at first login, i would like to have login screen, how can i do it ? Thanks for your help
a
the database which has users, dashboards and settings are not shared. It is sqlite db and is present with each query-service. We have plans to support postgres https://github.com/SigNoz/signoz/issues/941. For now, you will have to have 1 query-service only
Or 2 query-service instances each with their own users
BTW what is the use case? @Vincent Hartmann
v
Hi @Ankit Nayan thanks for your reply
and this sqllite db is stored on this pvc signoz-db-signoz-query-service-0 ?
Use case: i tried some dashboard on test environement and i want to have it on a prod environment
but i can export it on json
it will not take to much time
🙂
a
and this sqllite db is stored on this pvc signoz-db-signoz-query-service-0 ?
yes
but i can export it on json
right...
v
or dump and restore pvc