There is a patchProjectWithRevision. Is it possibl...
# ory-network
a
There is a patchProjectWithRevision. Is it possible to get the old revisions, i.e to roll back?
m
Hey @astonishing-oxygen-21376 I think its not possible. If you want to keep a log of all changes to Ory Network config I would recommend to use a git-based flow to make changes as described here: https://www.ory.sh/docs/guides/gitops for your production and main staging envs
a
Thanks!