Comments on: Continuous Delivery on Kubernetes with Database using ArgoCD and Liquibase https://piotrminkowski.com/2021/12/13/continuous-delivery-on-kubernetes-with-database-using-argocd-and-liquibase/ Java, Spring, Kotlin, microservices, Kubernetes, containers Tue, 13 Feb 2024 07:59:57 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2021/12/13/continuous-delivery-on-kubernetes-with-database-using-argocd-and-liquibase/#comment-2290 Tue, 13 Feb 2024 07:59:57 +0000 https://piotrminkowski.com/?p=10320#comment-2290 In reply to kishore.

Yes, you cannot modify it after adding applying on the database. You should prepare a new changeset version with a proper SQL

]]>
By: kishore https://piotrminkowski.com/2021/12/13/continuous-delivery-on-kubernetes-with-database-using-argocd-and-liquibase/#comment-2275 Thu, 01 Feb 2024 08:48:37 +0000 https://piotrminkowski.com/?p=10320#comment-2275 In reply to piotr.minkowski.

i’m getting checksum error when i modify a changeset, should i not modify at all? What is the good practice?

]]>
By: piotr.minkowski https://piotrminkowski.com/2021/12/13/continuous-delivery-on-kubernetes-with-database-using-argocd-and-liquibase/#comment-2263 Fri, 19 Jan 2024 12:03:32 +0000 https://piotrminkowski.com/?p=10320#comment-2263 In reply to kishore.

You can add many changesets in the same file. Just add such a comment `–changeset piomin:2` similarly as there is `–changeset piomin:1` and place your new table sql below

]]>
By: kishore https://piotrminkowski.com/2021/12/13/continuous-delivery-on-kubernetes-with-database-using-argocd-and-liquibase/#comment-2247 Fri, 12 Jan 2024 06:44:45 +0000 https://piotrminkowski.com/?p=10320#comment-2247 how to modify the changeset here? Suppose i have a new table

]]>