tgs
July 12, 2012, 10:07am
1
I would like to start the PostgreSQL databases as inclusive Servoy developer installation manually/individual by Terminal.
But if I execute the Startup launcher string
%%user.dir%%/postgres_db/bin/pg_ctl|start|-D|database|-l|postgres_db/postgres_log.txt
in the Terminal it doesn’t working.
How could I get this running?
Regards
Hi Thomas,
The syntax for in the terminal is the following:
/<pathtoservoydir>/application_server/postgres_db/bin/pg_ctl start -D /<pathtoservoydir>/application_server/database -l /<pathtoservoydir>/application_server/postgres_db/postgres_log.txt
This will work from any location on the filesystem. Just replace the with the proper path first of course.
Hope this helps.
tgs
July 12, 2012, 11:40am
3
Thank you Robert, it works!
Regards,