Replies: 1 comment 1 reply
-
What about cloning your database (backup/restore), and then launch an openfga insance pointing to the cloned db to make the changes? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to come up with a way to perform large, transactional operations with the OpenFGA API.
For example, I may need to delete and create tens of thousands of relationships within a single transaction. I would like to do this VIA the API, but the Transactional Writes documentation seems to indicate that the API can only handle "...up to 100 unique tuples..." in a single request (transaction).
As an alternative, I thought to:
I think something like this may work, and it would allow me to do a rollback (i.e. delete the cloned store) if something goes wrong, but I don't see an endpoint which would support cloning an existing Store.
Is there a way to accomplish this?
Beta Was this translation helpful? Give feedback.
All reactions