WorkflowGen Documentation
7.14 to 7.22
7.14 to 7.22
  • WorkflowGen for Docker
  • Getting Started
  • Main Architecture Description
  • SQL Server Hosting Options
  • Business Continuity & Disaster Recovery
  • Log Gathering & Application Metrics
  • Update Management
  • Custom Domain Names
  • WorkflowGen Image
    • Recommended Architectures
    • Configuration
    • File Management
    • Custom Image
    • TLS/SSL
  • WorkflowGen Database Image
  • Configuration
  • File Management
  • Custom Image
  • WorkflowGen Upgrade Image
    • Usage
    • Configuration
  • Kubernetes
    • Getting Started
    • TLS/SSL
    • Cluster Management Tools
    • WorkflowGen Helm Chart
    • Multitenancy
Powered by GitBook
On this page
  • Overview
  • Persistent data in WorkflowGen database
  • Linux
  • Windows
  • Particularity of Windows Containers
Export as PDF

File Management

PreviousConfigurationNextCustom Image

Last updated 1 year ago

Overview

This section shows which persistent data are exposed and where. It also recommends some ways to persist, share, and back up the data. For backup strategies and recommendations, see the section.

Persistent data in WorkflowGen database

Persistent data is different depending if you use the Linux version or the Windows version.

Linux

The Linux version has a more managed way to persist the database's data. Instead of only persisting the .mdf and .ldf file of the WorkflowGen database, you instead persist all of the SQL Server state data, including the master database files. For more information on how to persist the data in the Linux, see in the official Microsoft documentation for SQL Server.

Windows

Since the Windows version's base image hasn't been updated by Microsoft for quite some time, WorkflowGen's database files have to be persisted manually. Therefore, the database container has a defined volume that will contain only the WorkflowGen database files. As well, it's recommended to use SQL Server's contained database feature to keep the credentials at the database level instead of at the SQL Server system level. For more information about the contained database feature, see in the official Microsoft documentation.

Name

Description

C:\wfgen\sql

This path contains the .mdf and .ldf files of the WorkflowGen database.

Particularity of Windows Containers

Volumes are handled differently with Windows Containers compared to Linux Containers. The permission model changes and is different depending on whether you use process isolation or Hyper-V isolation. Before continuing with the procedures in this section, you should read the Microsoft documentation on .

Business Continuity & Disaster Recovery
Configure SQL Server container images on Docker
contained database authentication Server Configuration Option
container storage