Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.