Greetings
I have a fresh FreeBSD installation (version 10.2). I have installed PostgreSQL (v9.5) and I can start the server manually. The PostgreSQL manual refers to a sample start file
Can any one point me in the right direction to get this process right in terms of the proper way to go about this?
Thanks
I have a fresh FreeBSD installation (version 10.2). I have installed PostgreSQL (v9.5) and I can start the server manually. The PostgreSQL manual refers to a sample start file
I have managed to place the sample file in the folder /usr/local/etc/rc.d/, and I have named the file postgresql. In the file rc.conf I have set postgres_enable="YES". However when I reboot the database server does not autostart. Being new to FreeBSD I am unfamiliar with the process of setting the third party app to autostart.For FreeBSD, look at the file contrib/start-scripts/freebsd in the PostgreSQL source distribution.
Can any one point me in the right direction to get this process right in terms of the proper way to go about this?
Thanks
Last edited by a moderator: