So I was running a Postgis instance playing around with Vector Tiles in tegola for visualization and running queries in QGIS to check beforehand and apparently did something to shut the server to the point that even from starting services from Windows wouldn’t help, it would start and then immediately shutdown.
Solution: Run psql.exe which is inside your Postgresql installation within the bin folder and now everything is working again
Also maybe its time I upgrade my installation, 9.1 is a bit old now.
0 Comments