Skip to main content

Accessing Database

Steps to Access the Database:

  1. Navigate to the Xbot-Cloud directory:
    cd xbot-cloud
  2. Start the database container:
    docker-compose up -d db
  3. Access the database container:
    docker-compose exec db bash
  4. Once inside the container, you can interact with the microchecks-db and perform database operations as needed.