Show rating breakdown
Save to My Lists
Claimed
Claimed

Top Rated Flyway Alternatives

Flyway Reviews & Product Details

Ishan S.
IS
Lead Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Flyway?

Very rich in functionality. Provide most of the support required for any database application. Version migration for tables and repeatable migration with flyway is hassle free. Flyway also provides support for adding default value to column when we need to add new column with not null constraint. Flyway supports most of the database . I tried flyway with PostgreSQL and SAP hana. Review collected by and hosted on G2.com.

What do you dislike about Flyway?

Only one thing, versioned migration and repeatable migration is decided based on naming convantion. Which is difficult for any person who have not used flyway before. Review collected by and hosted on G2.com.

Recommendations to others considering Flyway:

I strongly recommend flyway for database migration and versioning usecase. Flyway is very matured product and most of the use cases are bug free. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

I have solved version and migration problem where the database artifacts for my application also needs upgrade along with my application. Flyway provides rich supports for these kind of changes. Review collected by and hosted on G2.com.

Flyway Overview

What is Flyway?

Redgate creates ingeniously simple software to help data professionals get the most value out of any database, anywhere, through the provision of end-to-end Database DevOps. More than 200,000 people globally, including 92% of the Fortune 100, trust Redgate to deliver ingeniously simple software. Flyway extends DevOps to your databases to accelerate software delivery and ensure quality code. It increases the reliability of deployments by versioning your database. From version control to continuous delivery, Flyway helps individuals, teams, and enterprises build on application delivery processes to automate database development.

Flyway Details
Discussions
Flyway Community
Show LessShow More
Product Description

Flyway extends DevOps to your databases to accelerate software delivery and ensure quality code. It increases the reliability of deployments by versioning your database.


Seller Details
Year Founded
1999
HQ Location
Cambridge, United Kingdom
Twitter
@redgate
17,807 Twitter followers
LinkedIn® Page
www.linkedin.com
573 employees on LinkedIn®
Description

Redgate offers end-to-end Database DevOps to help organizations streamline software development and get value from their data faster.Redgate’s portfolio of solutions helps organizations reliably solve the complex challenges of database management across the DevOps lifecycle on any database, anywhere. We make life easier for IT leaders, development and operations teams, increasing efficiency, reducing errors and safeguarding business-critical data.Together, the above make up Redgate’s company boilerplate for press releases. We also include the below:More than
00,000 people globally, including 9
% of the Fortune 100, trust Redgate to deliver ingeniously simple software.


Louise D.
LD
Overview Provided by:

Recent Flyway Reviews

Matt M.
MM
Matt M.Enterprise (> 1000 emp.)
5.0 out of 5
"Control your DDL"
I like that it enables develops, data architects and DBAs to collaborate. It also ensures that only approved changes make it to the database.
Verified User
U
Verified UserSmall-Business (50 or fewer emp.)
4.0 out of 5
"Flyway is easy to use, easy to implement"
You can put SQL scripts directly into a folder to run migration scripts as opposed to using a library to send queries to a server.
Saurabh P.
SP
Saurabh P.Enterprise (> 1000 emp.)
4.5 out of 5
"Amazing when it comes.to create mock setup"
Profiling! Works like a charm for me As it helps me to migrate the + setup test env db or dev env db in minutes as in my use case seeded data for a...
Security Badge
This seller hasn't added their security information yet. Let them know that you'd like them to add it.
0 people requested security information

Flyway Media

Flyway Demo - Auto-generation of migration scripts.
Flyway Enterprise – auto-generation of migration scripts.
Flyway Demo - Reporting
Flyway Enterprise - reporting
Flyway Demo - Drift detection
Flyway Enterprise - drift detection
Flyway Demo - Object level changes
Flyway Teams -object level changes
Flyway Demo - Version control
Flyway Teams - version control
Answer a few questions to help the Flyway community
Have you used Flyway before?
Yes

21 out of 22 Total Reviews for Flyway

4.5 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Popular Mentions
The next elements are radio elements and sort the displayed results by the item selected and will update the results displayed.
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
21 out of 22 Total Reviews for Flyway
4.5 out of 5
21 out of 22 Total Reviews for Flyway
4.5 out of 5

Flyway Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
This product has not yet received any negative sentiments.
G2 reviews are authentic and verified.
Matt M.
MM
Principal Associate, Database Administration
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: Organic
What do you like best about Flyway?

I like that it enables develops, data architects and DBAs to collaborate. It also ensures that only approved changes make it to the database. Review collected by and hosted on G2.com.

What do you dislike about Flyway?

While relatively simple to administer, one more tool does cost time. However, the benefit outweighs the cost. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

It helps us control how is updating the objects in our databases as well as keeping track of the changes themselves. The workflow is really easy to understand and we can get from proposed change by a developer to an approval (fixes) by data arch, to approval by a DBA within minutes. Review collected by and hosted on G2.com.

Verified User in Banking
UB
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Flyway?

- Ability to define database changes in simple SQL files.

- Lot of ways to do the configuration like maven plugin, properties, config files, or system properties.

- Opinionated naming convention to ensure consistency in large enterprise projects.

- Enable/disable flyway for spring-based applications.

- Reduce startup load by using a flyway strategy to be disabled at startup but can be executed manually later.

- Custom commands to manage database migrations like repair, clean, etc.

- Excellent developer-oriented documentation

- Supports multiple build tools and operating systems. Review collected by and hosted on G2.com.

What do you dislike about Flyway?

- High scan times for large number of data changes in case of big projects.

- Execution times could be optimized for large applications. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

Data-intensive applications have lots of schema changes per sprint. To manage this, we use the flyway.

The benefit is to consolidate all the changes in one folder with SQL files split per sprint with metadata details Review collected by and hosted on G2.com.

Verified User in Financial Services
IF
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Flyway?

I used Flyway(Version control) in the last two companies and my projects; it's like magic.

1. easy to integrate.

2. no need to much worried about the DMLs and DDL changes in your database, has to write sql queries and flyway will run them according to the versions.

3.easy to debug. If any query fails can look into the version table and can rerun your scripts.

4. repair method is again a lifesaver(you can enable or disable it). Review collected by and hosted on G2.com.

What do you dislike about Flyway?

1. nothing as such I like it and will recommend using this as it's highly reliable and easy to work with the tool. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

As a developer, when you are developing something, there are lots of database changes that happen over some time. and the developer has to keep the database up to date constantly. So, either developer has to manually run the queries (which is very difficult to maintain and prone to errors). so flyway will do that for you. Just integrate with your code and use it. Review collected by and hosted on G2.com.

Arindam S.
AS
Senior Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Business partner of the seller or seller's competitor, not included in G2 scores.
What do you like best about Flyway?

Automatic database migration through batch scripts placed via spring boot modularised components only via some custom libraries. Review collected by and hosted on G2.com.

What do you dislike about Flyway?

Steps corresponding baseline clean install migrate and necessary jars as a mandate. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

Database migration of various scripts including ddl dml operations starting schema , view , package , table creation up to drop or truncate the same as an when required.

Bulk amount of static data we can migrate over the related schemas only via couple of configurations related to flyway followed by flyway related custom commands to enhance the scalability under some distributed architecture. Review collected by and hosted on G2.com.

Saurabh P.
SP
Senior Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Flyway?

Profiling! Works like a charm for me

As it helps me to migrate the + setup test env db or dev env db in minutes as in my use case seeded data for app was very different on staging,dev, prod env. Review collected by and hosted on G2.com.

What do you dislike about Flyway?

We can have integrated test workflow for entire app deployment life cycle example : migrate test moc db when app is building. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

Basic problem was to have seeded data for application which is committed for all env so that we can easily migrate or rollback Review collected by and hosted on G2.com.

Priyanka M.
PM
Senior Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Flyway?

Script checking and migration. Fully automated. Easy to understand and integrate.

Very easy to config, great support on plain sql scripts.Fantastic to install even with complex Databases. Review collected by and hosted on G2.com.

What do you dislike about Flyway?

Nothing.In case of changes in script you need to deploy it from scratch but this feature is helpful also. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

Database migration. This is easily integrated with Java, maven and gradle. Easy to understand and work. You can manage version controlling. No manual interventions are required. Review collected by and hosted on G2.com.

Vikrant V.
VV
software developer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Flyway?

Flyway handles all the migrations with simple steps and easy configuration plus integration. Review collected by and hosted on G2.com.

What do you dislike about Flyway?

I feel like if it could add updating the old migrations if required, with ease.And could provide downfalls if migration seems wrong. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

Using flyway to handle sql database migrations with ease. It helps to solve one problem and solves it with ease.It is an open source tool too, no need to worry about billing cycles too. Review collected by and hosted on G2.com.

AG
Country Head/Data Scientist
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Flyway?

Flyway addresses the pain point of managing the DB Schema version on the head. Not only that but it's CLI APIs help to automate DB deployment along with the Application. Review collected by and hosted on G2.com.

What do you dislike about Flyway?

Features I have used I have not quite come across anything which I dislike. Maybe I have to use Flyway more regriously. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

1. DB Schema versioning

2. Integrating DB deployment along with the application deployment achieving true CI/CD. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
AI
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Flyway?

the best thing is that it is light and does not require any heavy hardware for installation .Also the configuration is so simole just like plug n play and easy to maintain versions using it. Review collected by and hosted on G2.com.

What do you dislike about Flyway?

it does not have any GUI and review apply history is sometimes a little cumbersome. Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

version maintenance and includes the flyway deployment along with jenkins pipeline to automate overall environment release. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
What do you like best about Flyway?

Setting up a new database for a new environment is made easy. The write once, migrate anywhere methodology of flyway reduces lot of burden on the developers Review collected by and hosted on G2.com.

What do you dislike about Flyway?

It uses single migration config table per database which makes it difficult to use multiple heterogeneous applications use the same database. Review collected by and hosted on G2.com.

Recommendations to others considering Flyway:

Include it in your techstack to boost developer productivity Review collected by and hosted on G2.com.

What problems is Flyway solving and how is that benefiting you?

hassle free db migrations. Review collected by and hosted on G2.com.