I can run the following command with no problem on my database.
/usr/bin/vacuumdb --verbose --analyze --all -U super_user
But if I try to execute it via a shell script, I receive the following error. The role does exist in the database.
does not existnot connect to database postgres: FATAL: role "super_user
I am new to postgresql so any help would be greatly appreciated.
/usr/bin/vacuumdb --verbose --analyze --all -U super_user
But if I try to execute it via a shell script, I receive the following error. The role does exist in the database.
does not existnot connect to database postgres: FATAL: role "super_user
I am new to postgresql so any help would be greatly appreciated.