Hi Team
I have encountered an issue in OttoFMS which causes builds to fail on macOS.
OttoFMS assumes that Macintosh HD is the disk name when running a clone only build. The server we’re running the deployment on has had the disk renamed to INTERNAL.
When the build runs the error returned is (actual database name changed for privacy)
Build server error: failed - clone failed: Database.fmp12. Error: Command failed with exit code 20: /Library/FileMaker Server/Database Server/bin/fmsadmin BACKUP Database.fmp12 -d filemac:/Macintosh HD/Library/FileMaker Server/Data/ClonesOnly/OttoFMS_Temp_Backups/Database/ --cloneonly -u user -p ******** 20500 (Directory not found)
Running the command in terminal and swapping out Macintosh HD with INTERNAL succeeds (as does renaming the disk back to Macintosh HD then running)