Skip to main content

Data Image configuration introduction

You can create data images from different sources:

Depending on which source you want to use, you will need to define a different type of configuration file.

The source is defined in your configuration file by using the sourceType property.

For example:

sourceType: empty
name: dev
engine: postgresql
version: 11.0

In this case we want to create a PostgreSQL data image whose source is empty (has no data or schema) and is named dev.