deployer-extended-database icon indicating copy to clipboard operation
deployer-extended-database copied to clipboard

No structure file for --options=dumpcode - Returned dumpcode doesn't match files

Open ChristianOsswald opened this issue 1 year ago • 1 comments

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.

image

Do you have any idea why this could be?

ChristianOsswald avatar Feb 14 '24 12:02 ChristianOsswald

Is it due to different server time? $dumpCode = md5(microtime(true) . random_int(0, 10000));

db:pull works without problems

ChristianOsswald avatar Feb 14 '24 14:02 ChristianOsswald