Documentation
ダウンロード価格リリースノート
日本語
日本語
  • はじめに
    • Devinへようこそ 👋
    • Claris FileMaker向けのDevOps
  • 機能
    • バージョン管理
    • 回帰テスト
    • デプロイメント
      • デフォルト環境
      • ワークフロー
      • 内部の仕組み
    • サーバーとファイルの監視
  • ガイド (近日公開予定)
  • サポート
    • 既知の問題
    • サポートを受ける
    • リリースノート
  • 法的情報
    • プライバシーポリシー
GitBook提供
このページ内
  • Guide
  • Deployment Config
  • Authentication
  • Options
  • Other
  • Post Migration Script

役に立ちましたか?

  1. ガイド (近日公開予定)
  2. Projects
  3. Releases

Deploy a Release

役に立ちましたか?

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

Deployment Config

Authentication

Name

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

#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