Skip to content

v0.9.0

Choose a tag to compare

@eduardozaniboni eduardozaniboni released this 10 Mar 13:30
· 2 commits to master since this release
e7bdcc1

Features

  • MongoDB engine support (--engine mongodb). Requires mongosh, mongodump, and mongorestore.
  • Backup format: archive (mongodump --archive --gzip) producing .mongodump files. Plain format is not supported and exits with a clear error.
  • hdx inspect <file>.mongodump: inspect MongoDB archive dumps offline (gzip header verification, no live connection required).
  • MongoDB integrated into hdx cloud upload and hdx restore s3:// workflows (engine-agnostic, no changes required).
  • mongodb added to npm keywords.