diff --git a/myvc-dump.js b/myvc-dump.js index 97b9c77..10f7e8e 100644 --- a/myvc-dump.js +++ b/myvc-dump.js @@ -51,7 +51,7 @@ class Dump { args = args.concat(['mysql'], privs.tables); await dumpStream.write('USE `mysql`;\n', 'utf8'); - await myvc.runDump('myvc-dump.sh', args, dumpStream); + await myvc.runDump('mysqldump', args, dumpStream); } await dumpStream.end(); diff --git a/package-lock.json b/package-lock.json index 29df1de..cffd5fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "myvc", - "version": "1.4.16", + "version": "1.4.17", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "myvc", - "version": "1.4.16", + "version": "1.4.17", "license": "GPL-3.0", "dependencies": { "@sqltools/formatter": "^1.2.3", diff --git a/package.json b/package.json index abfae03..b62569f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myvc", - "version": "1.4.16", + "version": "1.4.17", "author": "Verdnatura Levante SL", "description": "MySQL Version Control", "license": "GPL-3.0",