-
-
When I use postgresql on AWS RDS and run migrate.sh on, the following error happens,
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=192m; support was removed in 8.0
Exception …
-
Does anyone know what would cause this error when running the Flyway container? I started seeing it after doing a Docker system prune. I'm running on Windows 10 64bit with Docker Desktop and the Ubu…
-
I've just been investigating refinery as an alternative to flyway - primarily because the application is now being written in Rust and automation is a lot easier with refinery.
One problem though i…
-
I tried using the Gradle plugin together with Flyway for migrations.
When I run `generateExposedCode`, there is a class generated for the FlywaySchemaHistory table.
Strangely, in the generated cod…
-
What I want to do is to run the migration eagerly before other Components need the database.
I tried to inject the `FlywayPlayComponents` into my Setup, like:
```
@Singleton
class AppS…
-
I am adding `module-info.class` to `flyway-core` and `flyway-database-postgresql` and re-packaging it under my local groupId. The problem is that the updated `flyway-database-postgresql` depends on th…
-
MU is encountering an issue in flyway migrations that is due to the alter table syntax not being correct.
looks like this:
`alter table home_pulse_reading modify source varchar(10) not null;`
…
-
### Please agree to the following
- [X] I have searched [existing issues](https://github.com/cryptomator/hub/issues?q=) for duplicates
- [X] I agree to follow this project's [Code of Conduct](https:/…
-
From the readme/Rollback section:
> refinery's design is based on flyway and so, shares its perspective on undo/rollback migrations. To undo/rollback a migration,
> you have to generate a new one a…