Articles in this section
Category / Section

How to resolve the fresh/upgrade issue in a Docker environment for Bold BI v6.4?

Published:

The Bold BI v6.4.6 release is experiencing an issue when running the docker container on ports other than 80. If you are currently running Bold BI on port 80, you should not encounter any problems during the upgrade process. However, if you are running Bold BI on different ports, both fresh installations and upgrades will face deployment issues. To resolve this problem as a temporary workaround, we kindly request you to change the Bold BI container's port to 80. We will address this issue in our upcoming release(v6.5), scheduled to be rolled out next week(May 18, 2023) . 


Follow the below steps to change the Bold BI port number and resolve the problem:

  • Change port as 80 in docker compose file or docker run command and execute:  

  

Docker Compose 

  1. Down the docker compose. 
    docker-compose down 
  2. Add 80 port additionally or change port number as 80. 
     Picture1.png
  3. Now, up the compose file. 
    docker-compose up 

Docker Container  

  1. Remove the existing Bold BI container. 
    docker rm -f <existing boldbi container> 
  2. Include -p 80:80 in docker run command and execute.  
      Picture2.png
     
  • Remove the existing port and update the changes. For 80 port, you can simply remove the existing port number.  Picture3.png
  • Restart the Bold BI container using the command below. 

docker restart <container ID/container name> 
 


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