Sign in
Categories
Your Saved List Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS Marketplace

0 AWS reviews
  • 5 star
    0
  • 4 star
    0
  • 3 star
    0
  • 2 star
    0
  • 1 star
    0

External reviews

22 reviews
from G2

External reviews are not included in the AWS star rating for the product.


    Ashiish G.

Perfect application for managing DB Schema versioning

  • July 08, 2021
  • Review provided by G2

What do you like best about the product?
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.
What do you dislike about the product?
Features I have used I have not quite come across anything which I dislike. Maybe I have to use Flyway more regriously.
What problems is the product solving and how is that benefiting you?
1. DB Schema versioning
2. Integrating DB deployment along with the application deployment achieving true CI/CD.


    Computer Software

Very helpful tool

  • July 08, 2021
  • Review provided by G2

What do you like best about the product?
managing DB migrations for me
easy to copy DB from one env to another
What do you dislike about the product?
if by mistake someone missed up with one old migration, everything will fail
What problems is the product solving and how is that benefiting you?
managing DB migrations for me
easy to copy DB from one env to another


    Government Administration

good integration with SPRING

  • July 07, 2021
  • Review provided by G2

What do you like best about the product?
database script versioning, easy to enable and disable by just setting property
What do you dislike about the product?
Migration scripts are sometimes skipped during concurrent Flyway runs across multiple schema
What problems is the product solving and how is that benefiting you?
using multiple databases and migrations


    Banking

A lifesaver for developers for any data changes in the application

  • July 05, 2021
  • Review provided by G2

What do you like best about the product?
- 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.
What do you dislike about the product?
- High scan times for large number of data changes in case of big projects.
- Execution times could be optimized for large applications.
What problems is the product 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


    Arindam S.

Flyway Review

  • July 03, 2021
  • Review provided by G2

What do you like best about the product?
Automatic database migration through batch scripts placed via spring boot modularised components only via some custom libraries.
What do you dislike about the product?
Steps corresponding baseline clean install migrate and necessary jars as a mandate.
What problems is the product 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.


    Harshit K.

Migration king flyway

  • July 03, 2021
  • Review provided by G2

What do you like best about the product?
We can configure it very easily irrespective of any technology.
What do you dislike about the product?
Rollback functionality is still not consistent
What problems is the product solving and how is that benefiting you?
Adding or modifying DB.
Recommendations to others considering the product:
Just go for it.


    Hospital & Health Care

A great open source tool to manage your database with version control

  • July 02, 2021
  • Review provided by G2

What do you like best about the product?
I appreciate that it works with diverse SQL backends. We use their Docker container to reliably manage both local and production environments.
What do you dislike about the product?
Migrating large codebases to flyway can be tedious to get into the appropriate file structures.
What problems is the product solving and how is that benefiting you?
We are maintaining the core relational databases that support our business with flyway. We have realized benefits with reliability and reproducibility of changes to our deployments.


    Ishan S.

One of the best version control tool for database.

  • July 01, 2021
  • Review provided by G2

What do you like best about the product?
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.
What do you dislike about the product?
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.
What problems is the product 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.
Recommendations to others considering the product:
I strongly recommend flyway for database migration and versioning usecase. Flyway is very matured product and most of the use cases are bug free.


    Gambling & Casinos

Fair tool

  • June 29, 2021
  • Review provided by G2

What do you like best about the product?
Out of the box integration with Spring. Easy to start.
What do you dislike about the product?
There is no migration rollback option. Need to change the migration hash manually in database.
What problems is the product solving and how is that benefiting you?
Each microservice creates its own schema upon boot. No need to maintain database in separate repository.
Recommendations to others considering the product:
Good for basic stuff. Easy integration with Spring.


    Logistics and Supply Chain

Flyway the saviour of database migrations

  • June 29, 2021
  • Review provided by G2

What do you like best about the product?
Smooth integration with build tools like maven and detailed documentation
What do you dislike about the product?
Rollback of executed migrations are little tricky to do, and also, migrations are very strict meaning change in migration cause migrations to fail.
What problems is the product solving and how is that benefiting you?
we used to manually execute the sql statements by raising a ticket to our Operations team,now with flyway we are avoiding the intervention of Operations team
Recommendations to others considering the product:
Please make rollbacks easy to implement.