You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/administration/pages/backup-restore.adoc
+60-24
Original file line number
Diff line number
Diff line change
@@ -117,18 +117,8 @@ To access a shell inside the Server container, run [literal]``mgrctl term`` on t
117
117
From there, one can run the CLI tools as usual.
118
118
====
119
119
120
-
[IMPORTANT]
121
-
====
122
-
The [command]``smdba`` tool requires [command]``sudo`` access, to execute system changes.
123
-
Ensure you have enabled [command]``sudo`` access for the [username]``admin`` user before you begin, by checking the [path]``/etc/sudoers`` file for this line:
124
-
125
-
----
126
-
admin ALL=(postgres) /usr/bin/smdba
127
-
----
128
-
129
-
====
130
120
131
-
Check the runtime status of your database with:
121
+
Check the runtime status of the database with:
132
122
133
123
----
134
124
smdba db-status
@@ -197,43 +187,54 @@ Regular database backups do not require any downtime.
197
187
This becomes a permanent target for your backup, so ensure it remains accessible by your server at all times.
198
188
This directory is on persistent storage, and for more information, see xref:installation-and-upgrade:container-management/persistent-container-volumes.adoc[].
199
189
. At the command prompt of the {productname} container host, as root, enter the server container:
190
+
200
191
+
201
192
193
+
[source,shell]
202
194
----
203
195
mgrctl term
204
196
----
205
197
206
198
. Inside the container, execute the following steps:
199
+
207
200
+
208
201
209
202
--
210
203
.. In your backup location, create a directory for the backup:
0 commit comments