I’m running into an issue when copying a file from a server where backups take a long time due to containers.
I set JIT_BUILD_TIMEOUT_IN_SEC=7200 in the config/.env file on both servers and restarted OttoFMS, but the deployment still fails with the following error after about 30 minutes:
“Build server timeout: Timeout exceeded”
Did I miss something?
Source server:
Windows / FMS 19.6.4 / OttoFMS 4.13.0
What is happening on your build server that is taking over 30 minutes? Builds really shouldn’t take that long.
Looking at the code, it looks like that env variable is actually not being applied properly . I’m planning on releasing a new version in the next couple days that will fix that. Thanks you for the report!
Well that’s an old on premise windows VM with slow volumes.
They have quite a lot containers so the back up takes a long time.
Daily backups are fast, as most containers are just hard linked, but as this is a different backup, FileMaker has to copy all of them.
Are you making copies of the files? If you are making copies and don’t need the container you could turn on the option to close files during the build and it will close the files and copy them directly rather than spending all the time making the backup of the containers. Should also save you some server disk space.