• We use Docker to build local developer environments for users. Using the same Docker Compose file to build for both Mac and Windows seems to work up until we try to use the DB Migrate tool. When attempting to perform either a pull from a live site, or an import of a SQL backup file, we fail at the point where the ‘mig’ tables are to be renamed. MariaDB reports: operating system error number 16 in a file operation.

    I’ve watched the new tables created with the migration data, and the existing tables deleted. But, when it’s time to rename the migration tables, it fails on this Windows host every time. We’ve tried dropping all file system permissions, and creating the environment over again. This doesn’t appear to be a permission problem, but perhaps a conflict with the DB or PHP setting on the Windows platform, vs the Mac platforms.

    Any suggestions?

  • The topic ‘Pull or Import fail on Windows 10 stations’ is closed to new replies.