You’ve run into a classic system administrator puzzle. You need to stop your PostgreSQL database, so you type the standard command: sudo systemctl stop postgresql-14. The command finishes without any errors, but when you check the running processes, the database is still there, humming along. What’s going on? Is systemctl broken? The answer is no. … The post systemctl stop postgresql Not Working? Fix PostgreSQL Shutdown Issues Fast appeared first on howtouselinux.