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 |
|
Docker Container |
|
- Once container is up and running, then navigate to UMS administration page.
Example: http://localhost/ums/administration, https://example.boldbi.com/ums/administration
- Remove the existing port and update the changes. For 80 port, you can simply remove the existing port number.
- Restart the Bold BI container using the command below.
docker restart <container ID/container name>