mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
How to perform an upgrade using Kubernetes (k8s) + Argo CD? #258
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @reynaldots on 1/10/2026
My environment runs on Kubernetes with Argo CD. When I need to update an image for a Deployment, I usually just change the image version in Git, and Argo CD applies the change, recreating the Pod.
If I do the same for databasus, will it work? Especially if there are database schema changes, will it automatically run the database migration/update scripts?
Thanks!