add a note on how to reset default Cloud password - #9123
Conversation
Docs preview deploy✅ Successfully deployed docs preview for commit 6c4e889: https://edgedb-docs-hh4ognzeu-edgedb.vercel.app (Last updated: Nov 26, 2025, 17:58:20 UTC) |
| @@ -0,0 +1,7 @@ | |||
| .. note:: Gel Cloud: Reset the default password for the admin role | |||
|
|
|||
| If you want to dump an existing Gel Cloud instance, you will need to change the automatically generated password for the standard admin role - ``edgedb`` or ``admin``. To do this, execute the following query in the instance: | |||
There was a problem hiding this comment.
Does the password need to be changed to the one used in the dump?
There was a problem hiding this comment.
Yes, the password should be the same as in a new non-cloud instance so that the tooling can continue to work properly during the dump/restore. Do you have a suggestion on how to phrase this more clearly?
There was a problem hiding this comment.
Maybe something like this?
If you want to restore a dump the target instance must have the same admin password as the dump. To change the password on the target instance do this, ...
There was a problem hiding this comment.
I guess it should also call out that the admin user must be the same as the dump too.
Co-authored-by: Frederick <fmoor@users.noreply.github.com>
No description provided.