We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcbd78 commit da6a541Copy full SHA for da6a541
1 file changed
api/src/dump.ts
@@ -58,6 +58,7 @@ export const dump = async (dumpKey: string, _name?: string) => {
58
await client.close()
59
for (const db of dbs.databases.map(db => db.name).filter(db => !config.mongo.ignoreDBs.includes(db))) {
60
debug(`work on db ${db}`)
61
+ debug(`create tmp file ${config.tmpdir}`)
62
const tmpFile = await tmp.file({ dir: config.tmpdir })
63
debug(`created tmp file ${tmpFile.path}`)
64
const tmpPath = tmpFile.path
0 commit comments