How to take backup of already onboard app users in Appsmith users?

I wanted to update the Appsmith config, (It’s deployed over k8 via Helm).
before doing it I wanted to have a backup of all the onboarded users of the workspace.

I know the code base is saved in the GitHub repo (Github integration is done), but not sure where the RBAC data used to get saved.

What is the standard practice to take a backup of user access, and restore it if something goes wrong while updating the k8 appsmith config?

Hey! Please refer to this section of our docs for backing up data from your k8s instance. When you’re ready, you can then follow this section to restore the backup you took in the last step.

1 Like

@Laguna: This really helped us.
Thanks for the quick response.
Cheers :beers: