Update Guide for Windows
Manual Update Process for Devin Server on Windows Server
This guide provides the steps for manually updating Devin Server on Windows using a PowerShell script. Administrative access and FileMaker Server admin credentials are required. Before starting this process, please consider if you want to update using the beta
or public
(more stable) release channel.
Run the Update Script
On your server, open PowerShell and execute the manual_update_devin.ps1
script by running the following command:
Provide FileMaker Server admin credentials when prompted.
You will be promoted for both
username
andpassword
.
Select your preferred release channel (
beta
orpublic
).
The update process should take maximum 5 minutes.
If PowerShell throws a SecurityError
SecurityError
Depending on the server's security configuration, PowerShell might warn you that the devin update script is not digitally signed by throwing a PSSecurityException
. To bypass this, change your server's execution policy by running this command:
Then, type Y
to confirm the change.
For additional support, please contact the Devin team.
Last updated
Was this helpful?