Replies: 1 comment 1 reply
-
Hi @TaKO8Ki, I think I understand your request. What kind of trigger are you thinking about? Some kind of "main application" based on a separate Docker image is what comes to my mind.
Any good proposals on what trigger to use are welcome |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. Thank you for your great work. Your SMP implementation is extremely helpful to me.
I have one question. Currently, phoss-smp handles migration using Flyway during server startup. Is it possible to execute it separately? In detail, can I run FlywayMIgrator independently? I'd like to run migrations beforehand and then deploy the SMP application. If this is possible, I plan to set
smp.flyway.enabled
to false on the application side and execute migrations separately.Beta Was this translation helpful? Give feedback.
All reactions