ben_theunissen
07/19/2023, 7:37 AMmeltano upgrade database
as part of the container entrypoint for each job to make sure the DB is always up-to-date, but really I am guessing the best practice would have it be ran once as part of our CICD process. Until I can get around to moving it into our pipeline, is there any obvious drawbacks to running that command against the same database many times (apart from the 5-10 seconds when the no-op migrations run)?visch
07/19/2023, 12:29 PM