When stopping a site I recently built, I received this message
Here is what I found in the log file:
Oct 14, 2019, 3:34 AM EDT - info: [main/stopSite] Stopping site: running mydumper
Oct 14, 2019, 3:35 AM EDT - info: [main/stopSite] Stopping site: stopping container 0f59ea32597daf3442c1902e9f3e043e29dd7298001c42d9bbcbc9f0a24fb88a
Oct 14, 2019, 3:35 AM EDT - error: [main/exportDB]
{ message:
‘mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmv: failed to close '/app/sql/local.sql': Input/output error’,
stack:
‘Error: mysqldump: [Warning] Using a password on the command line interface can be insecure.\nmv: failed to close '/app/sql/local.sql': Input/output error\n at (anonymous function).(anonymous function) (C:\Users\Vince\AppData\Local\Programs\local-by-flywheel\resources\app.asar\main\exporters\ExporterLocal.js:1:2822)\n at process._tickCallback (internal/process/next_tick.js:68:7)’ }
Not sure what that all means, but can anyone help?
Thanks,
Vince