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.


5-star reviews ( Show all reviews )

    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


    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.


    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.


    Financial Services

lifesaver for developers

  • June 29, 2021
  • Review provided by G2

What do you like best about the product?
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).
What do you dislike about the product?
1. nothing as such I like it and will recommend using this as it's highly reliable and easy to work with the tool.
What problems is the product 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.


    Telecommunications

10 Years as System Engineer

  • June 29, 2021
  • Review provided by G2

What do you like best about the product?
Preventing Database mismatch when working with multiple environments.
What do you dislike about the product?
Not easy to change a migration after it's been checked in.
What problems is the product solving and how is that benefiting you?
Allows to recreate database from the scratch.