Migration Tips for Upgrading from 1.2.0 to 1.2.1: Enabling the Admin Panel #680
tea-artist
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We released the admin panel in version 1.2.1-beta.0, follow these steps to update your administrator account:
Find the Database Container ID:
Enter the Container:
Replace
_container_id_
with the actual container ID obtained from the previous step.docker exec -it _container_id_ bash
Log into the Database:
Replace
_db_user_
and_db_name_
with your actual database username and name. You may be prompted to enter your password.Update the Administrator Account:
Replace
your@register.email
with the email associated with your administrator account.If successful, you will see:
These steps will ensure your administrator role is correctly configured in your updated environment.
Beta Was this translation helpful? Give feedback.
All reactions