Articles in this section
Category / Section

How to Fix Database Error: Resource Temporarily Unavailable in Bold BI on Docker

Published:

If you encounter a “Database Error: Resource temporarily unavailable” issue while installing BoldBI on Docker and configuring the database, you can resolve it by adding a network configuration in the docker-compose yaml file.

Steps to Add Network Configuration

  1. Navigate to the docker-compose yaml file path.

  2. Use the following command to down the container:

    docker-compose down
    
  1. Add the following lines to the end of the database configuration section in the docker-compose file:
  2. networks:
      - boldbi

    Example of the modified section:

  1. Use the following command to start all services:
  2. docker-compose up -d
    

After following these steps, the issue should be resolved, and you can continue installing and configuring Bold BI on Docker.

Was this article useful?
Like
Dislike
Help us improve this page
Please provide feedback or comments
SG
Written by Sivabalan Ganesan
Updated
Comments (0)
Please  to leave a comment
Access denied
Access denied