We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6348fe commit 2393085Copy full SHA for 2393085
vmdbbackup.sh
@@ -7,6 +7,13 @@
7
# Place in crontab - example:
8
# 30 00 * * 6 /root/vmdbbackup.sh >/dev/null 2>&1 #weekly vmdb backup
9
10
+# As a pre-requisite a Postgres DB password file should be created at:
11
+# /root/.pgpass
12
+# With the following single line content:
13
+# localhost:5432:vmdb_production:root:<cloudforms_db_plaintext_pass>
14
+#
15
+# Where <cloudforms_db_plaintext_pass> is the plain text password for the CloudForms database as configured
16
+# during initial setup - note this is a separate credential from the CloudForms admin account.
17
18
# Function: f_CheckMount
19
# Arguments:
0 commit comments