Skip to content
English
  • There are no suggestions because the search field is empty.

Restoring Administrators group

No recent searches

    Popular Articles

            Sorry! nothing found for

            Restoring Administrators group

            Created by Russ Hartle, Modified on Tue, 11 Nov, 2025 at 10:30 AM by Russ Hartle

            Restoring Administrators group

            To Restore the Original Admin Group from Deleted Status use the following statement:

            select ag.AUTH_GROUP_ID, ag.DELETED_TS, ag.DELETED_USER
            from auth_group ag
            where ag.AUTH_GROUP_ID like ’6+rgcxJ1l0QzHCzcg49RAc’

            To delete any accidental or duplicate Administrator groups use a statement similar to the below. (the auth_grou_id may vary)

            select ag.AUTH_GROUP_ID, ag.DELETED_TS, ag.DELETED_USER
            from auth_group ag
            where ag.AUTH_GROUP_ID like ‘ZvhG1R7r6KUqs1S+3DB3zb’

            Was this article helpful?

            That’s Great!

            Thank you for your feedback

            Sorry! We couldn't be helpful

            Thank you for your feedback

            Let us know how can we improve this article!

            Feedback sent

            We appreciate your effort and will try to fix the article

            X