| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Sistemas C(dot)M(dot)P(dot)" <sistemascmp(at)redynet4(dot)com(dot)ar> |
| Cc: | pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: postgresql.conf |
| Date: | 2006-01-09 18:48:20 |
| Message-ID: | 6780.1136832500@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
"Sistemas C.M.P." <sistemascmp(at)redynet4(dot)com(dot)ar> writes:
> I had to change the file postgresql.conf (section FILE LOCATIONS -> =
> data_directory)because I need to point to another location.
> But when I reboot the system, it indicates fail (red color) on the =
> startup of postgresql service.
> But then, it accept conections normaly and work fine with the database =
> in the new location.
> Why indicate Fail?
I suppose your start script uses pg_ctl to start the database? pg_ctl
doesn't understand the contents of postgresql.conf so it does not know
that you've moved the data directory that way.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chris Hoover | 2006-01-09 18:54:48 | Memory Usage Question |
| Previous Message | Chris Hoover | 2006-01-09 18:00:07 | Re: What happens to transactions durring a pg_dump? |