, 04 2017 . 12:20
+
!
FlyWay. , , .
FlyWay?
Welcome to Flyway, database migrations made easy., .
:
- Oracle
- SQL Server
- SQL Azure
- DB2
- DB2 z/OS
- MySQL
- MariaDB
- PostgreSQL
- Redshift
- Vertica
- EnterpriseDB
- H2
- Hsql
- Derby
- SQLite
- SAP HANA
- solidDB
- Sybase ASE
- Phoenix
- Greenplum
( Maven, Ant Gradle) 6 :
- migrate migrates the database
- clean drops all objects in the configured schemas
- info prints the details and status information about all the migrations
- validate validates the applied migrations against the ones available on the classpath
- baseline baselines an existing database, excluding all migrations up to and including baselineVersion
- repair repairs the metadata table
.
Sql Java-based migrations.
.
FlyWay pom.xml , :
org.flywaydb //
flyway-maven-plugin
4.2.0
UserDB //
DBpass //
127.0.0.1 //
/database/script/ // - , , main/src/db/migrte ,
, , , . , .
, . , .
V1_1__some_text.sql ,
V1_2__else_text.sql . , !
, , .
, , , .
, ( ),
mvn flyway:clean .
mvn flyway:migrate , ,
clean.
, , . , 2 ,
V1_3_something.sql mvn flyway:migrate. Flyway , .
, V1_1 V1_2, , V1_3 , . .
,
repair baseline, , , repair Remove failed migration entries (only for databases that do NOT support DDL transactions). .
, OracleBD baseline.
V3_21, , . , , Jenkins, Job . pom.xml , , . .
, ,
, , , , , , , .
https://habrahabr.ru/post/334866/
:
author SicYar
devops
flyway
java
db