How to perform an upgrade using Kubernetes (k8s) + Argo CD? #258

Closed
opened 2026-04-05 16:16:04 +02:00 by MrUnknownDE · 0 comments
Owner

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!

*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!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/databasus#258