Hello.
I build docker container with art (https://github.com/Hubbitus/Docker-art) and it is very cumbersome to provide DB update by you instructions and manual procedure (https://sourceforge.net/p/art/wiki/Upgrading/).
Could you please provide automatic way to upgrade it if needed?
I can suggest use flywaydb (https://flywaydb.org/) for that procedure on start of application.
Does it willing to make pull request for that? Where? Do you have any contribution guidelines?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I build docker container with art (https://github.com/Hubbitus/Docker-art) and it is very cumbersome to provide DB update by you instructions and manual procedure (https://sourceforge.net/p/art/wiki/Upgrading/).
Could you please provide automatic way to upgrade it if needed?
I can suggest use flywaydb (https://flywaydb.org/) for that procedure on start of application.
Does it willing to make pull request for that? Where? Do you have any contribution guidelines?
Sourceforge provides fork and pull request features so I guess you could use those. There are no contribution guidelines currently.
Do you have plans implement something similar in near releases? Or will you plan accept such contribution?
There were no plans for such. It's not a guarantee that pull requests will be incorporated, but they are welcome.
There will be a liquibaseDbUpgrade option in the next release that will provide for automatic upgrades.