Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Delete unwnated groups from HUE backend database

avatar
Expert Contributor

 

Hi ,

 i have created two groups 25761065,26761065 in HUE which i am not able to delete from ui.

can i delete it from backend database mysql ?

 

mysql> select * from auth_group;
+----+-------------------------------+
| id | name |
+----+-------------------------------+
| 38 | 25761065 |
| 36 | 26761065 |
| 9 | admin |
| 32 | appadmin |
| | 3 | default |
+----+-------------------------------+

1 ACCEPTED SOLUTION

avatar
Super Guru
This was fixed in the latest Hue version.

In the meantime, it is recommend to "live with them" or use the Hue shell
instead.

Or if you are 100% sure that this groups do not have any permissions or
users attached, you can delete them in MySql.

Romain

View solution in original post

2 REPLIES 2

avatar
Super Guru
This was fixed in the latest Hue version.

In the meantime, it is recommend to "live with them" or use the Hue shell
instead.

Or if you are 100% sure that this groups do not have any permissions or
users attached, you can delete them in MySql.

Romain

avatar
Explorer

+1 with Romain's comment.