# Manual Update Guide

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.

{% stepper %}
{% step %}

### Download the Update Script

Download the following script to your server:

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

{% endstep %}

{% step %}

### Run the Update Script

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

```powershell
./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.

#### <mark style="color:orange;">If PowerShell throws a</mark> <mark style="color:orange;"></mark><mark style="color:orange;">`SecurityError`</mark>&#x20;

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:

```powershell
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
```

Then, type `Y` to confirm the change.
{% endstep %}

{% step %}

### Verify the Update

Confirm that the update was sucesfull be reviewing the displayed log messages in the terminal window.&#x20;

In the Devin App, the server's `Devin Server Version` should automatically update within 1 minute.&#x20;
{% endstep %}
{% endstepper %}

For additional support, please contact the Devin support[^1] team.

[^1]: <support@devin.fm>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devin.fm/updates/update-devin-server/manual-update-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
