Skip to content

Commit 4b0bdb3

Browse files
add warning to database dropping
1 parent 622713e commit 4b0bdb3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/modules/ROOT/pages/vshn-managed/postgresql/usermanagement.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ spec:
101101

102102
After that, we create a pod that will re-create the database with the desired settings.
103103

104+
[WARNING]
105+
====
106+
This will drop the database and recreate it. Make sure you have a backup of the data before running this pod.
107+
====
108+
104109
.Run a pod with SQL commands to create custom database
105110
[source,yaml]
106111
----

0 commit comments

Comments
 (0)