Skip to main content

Team

Symbol for data image Team

Definition#

A Team is used to share a data image (data-image) with other users. You can share your data image with GitHub groups that you are a member of. A data image can be shared with multiple teams.

Team sharing currently only works with GitHub authentication. Microsoft authentication is not supported.

Example#

In this example, we will add two teams to the yaml file defining our data image.

name: dev
sourceType: backup
engine: mysql
version: 5.7
backups:
- folder: ./data
file: backup.sql
teams:
- "red-gate:spawn-developers"
- "red-gate:spawn-admins"