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
  • Guide
  • Video Tutorial
  • Deployment Config
  • Authentication
  • Options
  • Other
  • Post Migration Script

Was this helpful?

  1. Guides
  2. Releases

Deploy a Release

PreviousCreate a ReleaseNextServers

Last updated 2 months ago

Was this helpful?

Deploying a Release is currently a standardised process that is part of the .

Guide

To trigger the Default Deployment Pipeline for a Deployment:

  1. Go to Modules -> Environments

  2. Select the desired Module from the list

  3. Use the Config popover to specify settings for the Deployment Pipeline

  4. Use the Deploy or Roll Back popover to trigger the Default Deployment Pipeline now, or schedule it for later.

  5. Monitor the status of each step in the pipeline from the Migrations view

Video Tutorial

Deployment Config

Authentication

Name
Description

Account

Account name for the Deployment, if different from the Module.

Password

Password for the Deployment, if different from the Module.

Encryption Key

Encryption key for the Deployment, if different from the Module.

Options

Name
Description

Ignore Value Lists

Uses custom value lists from the released Version instead of the Deployment.

Ignore Accounts

Uses the account names, passwords, and the encryption password from the released Version instead of the Deployment.

Ignore Fonts

Doesn't check the font mapping for field contents.

Rebuild Indexes

Rebuilds existing indexes during migration instead of copying them from the Deployment.

Reevaluate Stored Calculations

Causes all stored calculations to be reevaluated.

Note: Calculated values are recomputed and the orginal values might change, especially if the calculation includes some of the Get functions, the Random function, or any external functions (because the data migration tool doesn’t load any plug-ins)

Other

Name
Description

Timeout

A timeout (in minutes) for the Data Migration process on the target server. Defaults to the Project's Default Migration Timeout (600 mins).

Post Migration Script

Name
Description

Name

Name of the script to be run after the data migration (beware of script name limitations in the FM OData API)

Parameter

Script parameter for the script

Type

Parameter type

Deploying a Release
Default Deployment Pipeline
Specifying Settings for the Deployment
Deploying the latest Release on main to the PROD environment
Monitor Data Migration progress and logs from the Migrations view