Page 1 of 1

ctmdbbck utility on postgresql database

Posted: 26 Oct 2016 5:56
by sharonc
Hi,

In the Control-M user manual, it mentions that the ctmdbbck utility in silent mode is :

ctmdbbck -pmanager / -f<passwordFile> -d<backupDirectory> - m<H/C>

Can someone please assist with the format of the password file for this command? It doesn't say what the format of the password file is.

Thanks.

regards
Sharon

Re: ctmdbbck utility on postgresql database

Posted: 31 Oct 2016 12:58
by sahsanu
Hello sharonc,

The password file is just a text file that contains the password in clear text. Just be sure to put the right perms on the file so only your controlm user can read it.

Cheers,
sahsanu

Re: ctmdbbck utility on postgresql database

Posted: 02 Nov 2016 5:52
by sharonc
Thank you for that.