Check for new releases for the timescale-3dcitydb image.
~~Check for latest timescale container image at dockerhub timescale
/timescaledb -ha~~ Check for latest postgis container image at dockerhub kartoza/postgis
Check for latest 3dcitydb release here
build the docker image using the dockerfile in timescale-3dcitydb folder
make necessary changes to the parameters and the container name in the setup_yun2inf.sh
make necessary changes to the timescaledb versioning in the tsdb4rpi.sh and tsdb4amd64.sh
Check for new releases for frost server here.
make necessary changes to the parameters and the container name in the setup_yun2inf.sh
Check for new releases for the grafana container here
make necessary changes to the parameters and the container name in the setup_yun2inf.sh
Check for new releases for the django container yun2inf container.
check the requirments.txt to make sure all the libraries are up to date
make necessary changes to the parameters and the container name in the setup_yun2inf.sh
Check for new releases for the bimserver here.
if there are new release. Rebuild the bimserver container with the dockerfile.
make necessary changes to the parameters and the container name in the setup_yun2inf.sh
Check for new releases for nginx here and then download the container here.
make necessary changes to the parameters and the container name in the setup_yun2inf.sh
Update the Container Images - FROST-Server Image Update¶
In this example we will update the FROST-Server image to the latest image.
Backup the database before doing any update. Follow the instruction here: .
Pull the latest image from Docker Hub and run a new container with the new image.
$ sudo docker pull fraunhoferiosb/frost-server:latestOnce all the containers are removed. We can then restore them with the restore script. You will need to specify the path of the backup file required for restoring the database.
If FROST Server does not load on your browser. While the browser is loading, restart your DB container with docker restart to force the webpage to load.