Query manager database
The system uses an internal database to store query history, API call logs, and other service data.
Accessing the database¶
-
Create the target folder inside the container.
-
Copy the database folder.
3. Connect to the internal server database used in your deployment:docker compose exec cloudbeaver-qm cp -r /opt/cloudbeaver/workspace/.metadata/qmdb/ /opt/cloudbeaver/workspace/sample/
-
Set the path to
${workspace}/sample/qmdb/qmdb
. -
Default login and password aren't required unless changed in the Query manager database configuration.
4. Explore the internal tables to view stored data:
-
Table | Description |
---|---|
qm_query |
Contains query history |
qm_api_call_log |
Contains API call logs. For configuration details, see Logger settings. |
