Page 1 of 1

PostGres sessions won't quit

PostPosted: Sat Oct 28, 2017 4:50 am
by kiernan7a
I'm new to Servoy (evaluating, actually) and when I quit Servoy, I am left with multiple instances of postgres running. Am I not quitting correctly? How do I make them stop?

Thanks in advance.

John Kiernan
TBC Software

Re: PostGres sessions won't quit

PostPosted: Sat Oct 28, 2017 11:05 am
by patrick
First of all: welcome to Servoy!

By default, Servoy will try to quit PostgreSQL when you quit developer. If that fails, you can simply kill the PostgreSQL processes. If you don't want Servoy to startup PostgreSQL at all, you can go to Help -> Preferences -> Servoy -> Startup. There is a startup launcher and shutdown launcher command that is executed to start and stop PostgreSQL. If you remove those, Servoy will no longer start and stop PostgreSQL.

Re: PostGres sessions won't quit

PostPosted: Sat Oct 28, 2017 3:11 pm
by rgansevles
Servoy will do a graceful shutdown of postgres (via the shutdown launcher command).
When you are connected to postgres using another tool, postgres won't quit until all users are logged out (when graceful shutdown is requested).

Rob