Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 603 Bytes

File metadata and controls

26 lines (19 loc) · 603 Bytes

Rollback Instructions

If you need to roll back or completely remove Hexus from your environment, follow the steps below.

1. Disable the Plugin in Hermes

hermes config set memory.provider none
sudo systemctl restart hermes.service

2. (Optional) Drop the Database Tables

⚠️ WARNING: This will cause irreversible data loss.

sudo -u postgres psql -d <your-memory-db> -c "
DROP TABLE IF EXISTS conversations;
DROP TABLE IF EXISTS memory_entries;
"

3. (Optional) Remove the Plugin Files (if installed manually)

rm -rf ~/.hermes/plugins/hexus