Reputation: 217
I have two version of postgres install
pg_lsclusters
9.3 main 5432 down postgres /var/lib/postgresql/9.3/main /var/log/postgresql/postgresql-9.3-main.log
9.5 main 5433 online postgres /var/lib/postgresql/9.5/main /var/log/postgresql/postgresql-9.5-main.log
I need start just 9.3 how do I do that?
Upvotes: 0
Views: 218
Reputation: 217
sudo systemctl stop [email protected]
sudo systemctl start [email protected]
Upvotes: 1