Documentation
DownloadPricingRelease Notes
English
English
  • Introduction
    • Welcome to Devin 👋
    • DevOps for Claris FileMaker
    • Why Devin When You Have Otto?
  • Features
    • Version Control
      • Advanced Version Control
    • Regression Testing
    • Deployments
      • Default Environments
      • Workflows
      • Under the Hood
    • Server & File Monitoring
  • Setup & Maintenance
    • Prerequisites
      • System Requirements
      • Network Considerations
    • Installation
      • Install Devin App
      • Install Devin Server
        • Install Devin on Your Own Server
        • Devin through a Hosting Provider
        • Upgrading from 1.0 Beta
  • Updates
    • Update Devin App
    • Update Devin Server
      • In-App Update Guide
      • Manual Update Guide
  • Uninstallation
    • Uninstall Devin App
    • Uninstall Devin Server
  • Server Mangement
    • Starting, Stopping and Restarting Devin Server
  • Guides
    • Getting Started
      • Create an Account
      • Connect to Development Server
    • Projects
      • Create a Project
      • Delete a Project
    • Modules
      • Add a Module
      • Branch a Module
      • Edit a Module
      • Delete a Module
    • Deployment Environments
      • Connect a Deployment
      • Update a Deployment
      • Disconnect Deployment
    • Branches
      • Create a Branch
      • Delete a File from a Branch
      • Delete a Branch
    • Versions
      • Save a Version
      • Compare Versions
      • Release a Version
      • Delete a Version
    • Tests
      • Load Test Scripts
      • Run Test Scripts
    • Releases
      • Create a Release
      • Deploy a Release
    • Servers
      • Add a Server
      • Change Development Server
      • Remove a Server
    • Team
      • Add Team Member
      • Remove Team Member
      • Manage Subscription
  • Support
    • Known Issues
    • Feedback
    • Release Notes
  • Legal
    • Privacy Policy
    • Terms of Service
Powered by GitBook
On this page

Was this helpful?

  1. Updates
  2. Update Devin Server

Manual Update Guide

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.

1

Download the Update Script

Download the following script to your server:

https://download.devin.fm/downloads/manual_update_devin.ps1
2

Run the Update Script

On your server, open PowerShell and execute the manual_update_devin.ps1 script by running the following command:

./manual_update_devin.ps1
  • Provide FileMaker Server admin credentials when prompted.

    • You will be promoted for both username and password.

  • Select your preferred release channel (beta or public).

The update process should take maximum 5 minutes.

If PowerShell throws a 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:

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

Then, type Y to confirm the change.

3

Verify the Update

Confirm that the update was sucesfull be reviewing the displayed log messages in the terminal window.

In the Devin App, the server's Devin Server Version should automatically update within 1 minute.

For additional support, please contact the Devin team.

PreviousIn-App Update GuideNextUninstallation

Last updated 2 months ago

Was this helpful?