Uninstall Observium Ubuntu [updated] ❲720p❳

sudo rm /etc/php/7.4/fpm/pool.d/observium.conf sudo systemctl restart php7.4-fpm

Delete the MySQL/MariaDB database and the associated user created during installation: Log in to MySQL: mysql -u root -p Run these commands: DROP DATABASE observium; DROP USER 'observium'@'localhost'; FLUSH PRIVILEGES; EXIT; 3. Remove Apache Configuration Disable the site and remove the virtual host file: sudo a2dissite observium.conf sudo rm /etc/apache2/sites-available/observium.conf sudo systemctl restart apache2 4. Cleanup Logs and RRD Files If you want to completely wipe all historical data: sudo rm -rf /var/log/observium