Skip to content

Workspace Location

dbeaver-devops edited this page Dec 31, 2024 · 1 revision

Table of contents

Overview

By default, CloudBeaver stores all its files (configurations, scripts, etc.) in the /opt/cloudbeaver on the host machine.

Folder Location
workspace Workspace files for CloudBeaver.
drivers Auto downloaded database drivers.
conf Configuration files for CloudBeaver. Learn more

Access workspace

  1. Locate the name of the running container:

    1. Open a terminal on the host machine.
    2. Run the following command to list all running containers:
      docker ps
  2. Once you have identified the container name, open a shell inside the container:

    docker exec -it <container_name> /bin/bash

    Replace <container_name> with the actual name of the container.

  3. After entering the container, navigate to the workspace directory using:

    cd workspace/

CloudBeaver Documentation

User Guide

Installation

Configuration

CloudBeaver AWS

CloudBeaver Enterprise Edition

Deployment

Clone this wiki locally