deployer-extended-database
deployer-extended-database copied to clipboard
No structure file for --options=dumpcode - Returned dumpcode doesn't match files
Hello,
I got the issue, that the dumpcode I get from db:export isn't the same as in the created dump files. On "local" it works. The mentioned issue exists for my remote host.
Do you have any idea why this could be?
Is it due to different server time? $dumpCode = md5(microtime(true) . random_int(0, 10000));
db:pull works without problems