Skip to content

Commit 2393085

Browse files
Update vmdbbackup.sh
1 parent a6348fe commit 2393085

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vmdbbackup.sh

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
# Place in crontab - example:
88
# 30 00 * * 6 /root/vmdbbackup.sh >/dev/null 2>&1 #weekly vmdb backup
99

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.
1017

1118
# Function: f_CheckMount
1219
# Arguments:

0 commit comments

Comments
 (0)