aloof-lamp-69262
02/15/2023, 4:14 PMbright-policeman-43626
02/15/2023, 4:40 PM"Tasks that have dependents (i.e. something that depends on them) are run automatically by Garden. For example, if a service depends on a task being run before it is deployed, then Garden will automatically run that task before deploying the service. Other tasks will need to be run manually."
So maybe following this example might help? https://docs.garden.io/using-garden/tasks#database-migrationaloof-lamp-69262
02/15/2023, 4:44 PMbright-policeman-43626
02/15/2023, 4:55 PMmigration
service a Node application that runs npm migrate:up
or something like that?
Or it's just a set of scripts that you are running after the database is already up and running?aloof-lamp-69262
02/15/2023, 4:56 PMbright-policeman-43626
02/15/2023, 5:08 PMaloof-lamp-69262
02/15/2023, 5:18 PMbright-policeman-43626
02/15/2023, 5:24 PMaloof-lamp-69262
02/15/2023, 6:32 PMbright-policeman-43626
02/15/2023, 6:33 PMaloof-lamp-69262
02/15/2023, 6:33 PMbright-policeman-43626
02/15/2023, 6:34 PMaloof-lamp-69262
02/15/2023, 6:34 PMbright-policeman-43626
02/15/2023, 6:35 PMaloof-lamp-69262
02/15/2023, 6:35 PMbright-policeman-43626
02/15/2023, 6:36 PMaloof-lamp-69262
02/15/2023, 6:38 PMbright-policeman-43626
02/15/2023, 7:32 PMaloof-lamp-69262
02/15/2023, 10:56 PMbright-policeman-43626
02/16/2023, 6:38 AMquaint-dress-831
02/16/2023, 7:35 AMcontainer
modules. Fundamentally, the container module stands in an awkward position of really easy to get going with (and that's why it has so many fans) but not really full-powered enough for anything but fairly rudimentary deployments.container
module relegates to an image-builder for the kubernetes
or helm
modules.bright-policeman-43626
02/16/2023, 7:46 AMquaint-dress-831
02/16/2023, 7:48 AMaloof-lamp-69262
02/16/2023, 5:57 PM