You need to remove the database and the dedicated user created during setup. Stack Overflow Log in to your database: sudo mysql -u root -p Drop the database: DROP DATABASE observium; Remove the user: DROP USER 'observium'@'localhost'; Exit the prompt: Stack Overflow 4. Cleanup Web Server Configurations
Observium stores device metadata, event logs, and user accounts in a MySQL or MariaDB database. You need to log into your database server and drop this database entirely. Log into the MySQL shell as root: sudo mysql -u root -p Use code with caution. Identify the database name (usually observium ) and drop it: DROP DATABASE observium; Use code with caution.
DROP DATABASE observium_db; DROP USER 'observium'@'localhost'; FLUSH PRIVILEGES; uninstall observium ubuntu
sudo crontab -u www-data -l > old_cron.txt sudo crontab -u www-data -r
Remove the dedicated user (usually named 'observium'): DROP USER 'observium'@'localhost'; . Exit: exit . You need to remove the database and the
Observium also generates RRD (Round Robin Database) files and logs, typically stored within subdirectories like rrd/ and logs/ . These are removed together with the parent directory. If you have moved any of these directories elsewhere, locate and delete them manually.
DROP USER 'observium'@'localhost';
The web interface configuration files are stored in the /etc/observium directory. You can remove this directory by running the following command:
Do you need a that is fully open-source (like LibreNMS )? You need to log into your database server