Skip to content

v2.4.4

Compare
Choose a tag to compare
@carstenpatzke carstenpatzke released this 04 Feb 22:42
· 28 commits to master since this release

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.