Skip to content

Commit 4826352

Browse files
author
Nik
authored
add a note on how to reset default Cloud password (#9123)
1 parent cb47611 commit 4826352

File tree

8 files changed

+21
-0
lines changed

8 files changed

+21
-0
lines changed

docs/reference/running/deployment/aws_aurora_ecs.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ AWS
1111
In this guide we show how to deploy Gel on AWS using Amazon Aurora and
1212
Elastic Container Service.
1313

14+
.. include:: ./note_cloud_reset_password.rst
15+
1416
Prerequisites
1517
=============
1618

docs/reference/running/deployment/azure_flexibleserver.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Flexible Server
1313
<https://docs.microsoft.com/en-us/azure/postgresql/flexible-server>`_ as the
1414
backend.
1515

16+
.. include:: ./note_cloud_reset_password.rst
17+
1618
Prerequisites
1719
=============
1820

docs/reference/running/deployment/bare_metal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ package manager and systemd.
1111

1212
.. include:: ./note_cloud.rst
1313

14+
.. include:: ./note_cloud_reset_password.rst
1415

1516
Install the Gel Package
1617
=======================

docs/reference/running/deployment/digitalocean.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ database as the backend.
1313

1414
.. include:: ./note_cloud.rst
1515

16+
.. include:: ./note_cloud_reset_password.rst
17+
1618
One-click Deploy
1719
++++++++++++++++
1820

docs/reference/running/deployment/docker.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Docker
88

99
.. include:: ./note_cloud.rst
1010

11+
.. include:: ./note_cloud_reset_password.rst
12+
1113
When to use the "geldata/gel" Docker image
1214
==========================================
1315

docs/reference/running/deployment/fly_io.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ running Postgres and the other running Gel.
1212

1313
.. include:: ./note_cloud.rst
1414

15+
.. include:: ./note_cloud_reset_password.rst
1516

1617
Prerequisites
1718
=============

docs/reference/running/deployment/gcp.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Kubernetes.
1111

1212
.. include:: ./note_cloud.rst
1313

14+
.. include:: ./note_cloud_reset_password.rst
15+
1416
Prerequisites
1517
=============
1618

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. note:: Gel Cloud: Reset the default password for the admin role
2+
3+
If you want to dump an existing Gel Cloud instance and restore it to a new self-managed instance, you need to change the automatically generated password for the default admin role - ``edgedb`` or ``admin``.
4+
The administrator role name and its password used in the dump/restore process must be the same in both the instance dumped from and the instance restored to for the Gel tooling to continue functioning properly.
5+
To change the default password in the Cloud instance, execute the following query in the instance:
6+
7+
.. code-block:: edgeql-repl
8+
9+
ALTER ROLE admin { set password := 'new_password' };

0 commit comments

Comments
 (0)