Creating a new project
Published 11 October 2021
A Flyway project allows you to track changes to a development database and migration scripts that can be versioned controlled and used for continuous integration and automated deployments. One person on your team should create the project and commit/push it to your version control system to start working with other team members. Other team members can then clone or pull the latest from version version control. If using Flyway Desktop, they can open the project from their home screen.
Version control
If you are using an existing Git repository, we recommend that you clone the repository to your machine first to create the project in your local repository.
You can otherwise initialize a new local git repository after creating the project and connect to your remote.
Relevant tutorials
Redgate University
- Connecting Version Control (2.5 minute video)
- Add a second developer (3.5 minute video)