How to enable or disable PostgreSQL instance (or set it to start manually during system startup) - hyter99/AI_22-23_L1 GitHub Wiki

Setting manual start-up and stop the instance

  1. Press Win+R combination keys.
  2. Type in the prompt services.msc and press enter.
  3. Search for PostreSQL instace (it should be named as postresql-x64-15 for version 15 on Windows).
  4. Right click -> Properties -> Type of start: set to Manual -> Apply -> OK
  5. Right click on postresql-x64-15 instance -> Stop

Start the instance

  1. Press Win+R combination keys.
  2. Type in the prompt services.msc and press enter.
  3. Search for PostreSQL instace (it should be named as postresql-x64-15 for version 15 on Windows).
  4. Right click on postresql-x64-15 instance -> Start

Remember! PostreSQL instance takes in my case ca. 20% of processor usage when started!