Sign in Agent Mode
Categories
Become a Channel Partner Sell in AWS Marketplace Amazon Web Services Home Help

Reviews from AWS customer

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

External reviews

83 reviews
from

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


    Hospital & Health Care

Flyway make sure of proper process in schema changes, so there is no data loss in production

  • July 09, 2021
  • Review provided by G2

What do you like best about the product?
The script fails with checksum if we try to manually update something
What do you dislike about the product?
I think there is nothing which I dislike about flyway
What problems is the product solving and how is that benefiting you?
Basically it eases DB schema creation and updation, it supports most of RDBS
Recommendations to others considering the product:
I think its pretty much solved all my issues


    Vikrant V.

[Flyway] Great tool to handle database Migrations .

  • July 08, 2021
  • Review provided by G2

What do you like best about the product?
Flyway handles all the migrations with simple steps and easy configuration plus integration.
What do you dislike about the product?
I feel like if it could add updating the old migrations if required, with ease.And could provide downfalls if migration seems wrong.
What problems is the product 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.


    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.