-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > I don't fully understand the difference from mongoexport vs mongodump > (it looks like dump generates a binary snapshot compatible with > restore, while export/import generate text representations of the data.) > > I'd *really* like us to stick with *one* of them as the recommended > method for backing up the content. >
Both export and dump are used by the Juju backup tool. dump is used to do a full bson export of the database and is required for a database recovery. export is used to write to json the environment settings document so that there is a human readable copy of the full environment settings contained in the backup tarball. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iJwEAQECAAYFAlKccYIACgkQCJ79BCOJFcaAhgP/QSLbM/8ThC/O6MCJmMEfzbyk VhSgGCmJ6jZdy2yfcxj9GTCjuuFMS5wKUu9h8tEvtJb/4dAqxltg8O5j9PTluTIO jZFNXaenVAtcQ7OibExFaKwDGbrJ8601uSywtQQq5/k1QNHfdQWvpUtdmb0gE4qV tqIh+LTogg4ZH7aTTe4= =4o8M -----END PGP SIGNATURE----- -- Juju-dev mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/juju-dev
