-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add folder permissions backup #140
Conversation
I'll try the rebase against master. The fork isn't relevant to the folder permissions changes, but I started from there and I saw that difference in Let's see if I manage to make it right. |
@jartigag let's give this one more re-base against |
Why it is unused? |
Good question @jartigag you wrote it lol... If you aren't sure why it is there then I'll assume it was a mistake and delete. Thanks! |
Sorry, what I've meant is I don't understand why you say it's unused.. I implemented it here https://github.com/naudit/grafana-backupper and I used it in production. I just wanted to merge it into the original tool too. |
ok... but your fork has a function called |
I think I see what you did, you meant to add |
af51467 solves this and the |
I wrote the
get_folder_permissions
andupdate_folder_permissions
functions, and everything else to make the tool work with the Grafana Permissions API (also fix the "organaizations" typo).I started from the fork commented in #90, so now I see
restore.py
may have diverged, specially in thatrestore_from_dir
function.¿How should I proceed?