Individual start of PSQL as dev. installation

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.

Thank you Robert, it works!

Regards,