setup/doc/postgres-boot-startup-disab...

8 lines
391 B
Markdown
Raw Permalink Normal View History

2024-02-21 14:00:20 +01:00
# Disable Start Up At System Boot
* If you install the PostgreSQL database from packages, it is automatically added to the start up scripts of the operating system. If you are only learning to work with the database, it is unnecessary to start the database each time you boot the system. Remove system startup link for the PostgreSQL database
```
sudo update-rc.d -f postgresql remove
```