Articles in this section
Category / Section

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

Published:
Updated:

If you encounter a Database Error: Resource temporarily unavailable issue while installing Bold Reports 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
    
  3. Add the following lines to the end of the database configuration section in the docker-compose file:

    networks:
      - boldreports
    

    Example of the modified section:

    network-yml.png

  4. Use the following command to start all the services:

    docker-compose up -d
    

After following these steps, the issue should be resolved, allowing you to continue with the installation and configuration of Bold Reports on Docker.

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