v2.4.4
This version will fix a bug in the creation process for the topology database,
which prevented the addition of new fabrics.
If you are upgrading from a previous version please run this command inside your project directory to update the database:
docker-compose exec mongodb mongo infiniband_radar --eval "db.topologyDefaultTimestamp.aggregate([ { \$match: {} }, { \$out: 'topologyDefaultTimestamp_tmp' } ]);db.topologyDefaultTimestamp.drop();db.topologyDefaultTimestamp_tmp.renameCollection('topologyDefaultTimestamp')"
Read the README for more tips how to update an existing instance.