Flyway manual script generation

thoredge

We have a customer with a IT-department that insist on getting database updates as scripts prior to upgrades (they want to "read" the updates before implementing them).

Being an avid user of flyway it made me think about a way of generating a script from flyway based on updates and send this script to IT. This script would at the very least need to create version table if non-existant, check version and apply needed updates. It would of course be proprietary to database vendor (in my case Oracle).

This would allow us to run updates with flyway automatically in development environments and create manual scripts for test and production.

Are anyone aware of something like that having been contemplated or endeavored before? Would it be trivial or a momentous task?

pards

We had this exact problem when I worked at a consultancy (Intelliware) so the devs there put together some code and pushed it up to GitHub.

We tried unsuccessfully to get it included into the Flyway core repo.

https://github.com/Intelliware/flyway-script-generator

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Automatic generation of migration SQL for Flyway

From Dev

Flyway throwing error on migration script

From Dev

Flyway throwing error on migration script

From Dev

JAXB manual class annotation vs generation

From Dev

Manual generation of r-combinations in Python

From Dev

JAXB manual class annotation vs generation

From Dev

Automatic vs manual WebApi client generation

From Dev

Entity Framework Script Generation

From Dev

crontab versus manual running script

From Dev

Run a script file for font generation

From Dev

Procedural Mesh Generation Script Issue

From Dev

Manual mipmap generation is not allocating the image with the size I give it

From Dev

How to create a sql update script instead of executing the update statements with Flyway

From Dev

Flyway: How to remove a large migration script from migrations

From Dev

Python: run shell script with manual input

From Dev

Python: run shell script with manual input

From Dev

rethink/couch db manual trigger and executing a script

From Dev

Prevent manual copy of spreadsheet Google script

From Dev

Scala code generation with annotations + macros or external script?

From Dev

Scala code generation with annotations + macros or external script?

From Dev

Automatic Android UI test script generation

From Dev

Bash script strange behavior - script does not act as manual commands

From Dev

How to convert a manual sales calculator script into an automatic sales calculator script?

From Dev

Azure IoT Hub SAS Key Manual Generation via Connection string with HMAC encryption via Forge js lib

From Dev

How to understand such sample in GNU ld manual about linker script?

From Dev

CalendarEvent in CalendarApp... Manual Delete = Still Accessible Through Apps Script?

From Dev

Do manual build fail in Jenkins using shell script

From Dev

Windows/Cygwin/Python: Resolution depends on manual entry or shell script?

From Dev

How to add current date or current time stamp to a manual useradd script?

Related Related

  1. 1

    Automatic generation of migration SQL for Flyway

  2. 2

    Flyway throwing error on migration script

  3. 3

    Flyway throwing error on migration script

  4. 4

    JAXB manual class annotation vs generation

  5. 5

    Manual generation of r-combinations in Python

  6. 6

    JAXB manual class annotation vs generation

  7. 7

    Automatic vs manual WebApi client generation

  8. 8

    Entity Framework Script Generation

  9. 9

    crontab versus manual running script

  10. 10

    Run a script file for font generation

  11. 11

    Procedural Mesh Generation Script Issue

  12. 12

    Manual mipmap generation is not allocating the image with the size I give it

  13. 13

    How to create a sql update script instead of executing the update statements with Flyway

  14. 14

    Flyway: How to remove a large migration script from migrations

  15. 15

    Python: run shell script with manual input

  16. 16

    Python: run shell script with manual input

  17. 17

    rethink/couch db manual trigger and executing a script

  18. 18

    Prevent manual copy of spreadsheet Google script

  19. 19

    Scala code generation with annotations + macros or external script?

  20. 20

    Scala code generation with annotations + macros or external script?

  21. 21

    Automatic Android UI test script generation

  22. 22

    Bash script strange behavior - script does not act as manual commands

  23. 23

    How to convert a manual sales calculator script into an automatic sales calculator script?

  24. 24

    Azure IoT Hub SAS Key Manual Generation via Connection string with HMAC encryption via Forge js lib

  25. 25

    How to understand such sample in GNU ld manual about linker script?

  26. 26

    CalendarEvent in CalendarApp... Manual Delete = Still Accessible Through Apps Script?

  27. 27

    Do manual build fail in Jenkins using shell script

  28. 28

    Windows/Cygwin/Python: Resolution depends on manual entry or shell script?

  29. 29

    How to add current date or current time stamp to a manual useradd script?

HotTag

Archive