Redgate Flyway Enterprise
RedgateReviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
76 reviews
from
External reviews are not included in the AWS star rating for the product.
Lifesaver flyway
What do you like best about the product?
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.
Very easy to config, great support on plain sql scripts.Fantastic to install even with complex Databases.
What do you dislike about the product?
Nothing.In case of changes in script you need to deploy it from scratch but this feature is helpful also.
What problems is the product 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.
Version control made easy for databases
What do you like best about the product?
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
What do you dislike about the product?
It uses single migration config table per database which makes it difficult to use multiple heterogeneous applications use the same database.
What problems is the product solving and how is that benefiting you?
hassle free db migrations.
Recommendations to others considering the product:
Include it in your techstack to boost developer productivity
Flyway make sure of proper process in schema changes, so there is no data loss in production
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
[Flyway] Great tool to handle database Migrations .
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.
Perfect application for managing DB Schema versioning
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.
2. Integrating DB deployment along with the application deployment achieving true CI/CD.
Very helpful tool
What do you like best about the product?
managing DB migrations for me
easy to copy DB from one env to another
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
easy to copy DB from one env to another
good integration with SPRING
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
A lifesaver for developers for any data changes in the application
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.
- 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.
- 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
The benefit is to consolidate all the changes in one folder with SQL files split per sprint with metadata details
Flyway Review
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.
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.
Migration king flyway
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.
showing 61 - 70