sourcebroker / deployer-extended-database

Deployer tasks to manage database synchronization between application instances.
MIT License
39 stars 13 forks source link

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

Open ChristianOsswald opened 6 months ago

ChristianOsswald commented 6 months ago

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 commented 6 months ago

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

db:pull works without problems