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
- Press Win+R combination keys.
- Type in the prompt services.msc and press enter.
- Search for PostreSQL instace (it should be named as postresql-x64-15 for version 15 on Windows).
- Right click -> Properties -> Type of start: set to Manual -> Apply -> OK
- Right click on postresql-x64-15 instance -> Stop
Start the instance
- Press Win+R combination keys.
- Type in the prompt services.msc and press enter.
- Search for PostreSQL instace (it should be named as postresql-x64-15 for version 15 on Windows).
- Right click on postresql-x64-15 instance -> Start
Remember! PostreSQL instance takes in my case ca. 20% of processor usage when started!