I am using
su -c 'pg_ctl start -D /usr/local/pgsql/data -l serverlog' postgres
command to start PostgreSQL 8.0 database. But I am getting "Permission denied" error.
I am using
su -c 'pg_ctl start -D /usr/local/pgsql/data -l serverlog' postgres
command to start PostgreSQL 8.0 database. But I am getting "Permission denied" error.
"Permission denied" is usually a problem with the access rights on the data directory. Make sure the postgres user account has full access to /usr/local/pgsql/data
8.0 is completely outdated and de-supported. You should update to the current version now