informatics-isi-edu / cirm-project

project repository for cirm. primarily for tracking tasks.
0 stars 0 forks source link

Remove derivalogs #98

Open robes opened 6 years ago

robes commented 6 years ago

In a nutshell this involves:

On a live system it would go something like:

sudo su -
systemctl stop rsyslog.service
rm derivalogs-queued.conf
systemctl start rsyslog.service
systemctl status rsyslog.service

su - postgres
dropdb derivalogs
svoinea commented 6 years ago

Derivalogs was enabled only on cirm-www.

I have removed from its recipe the build of the etc-rsyslog.d/derivalogs-queued.conf.

The rest of the steps were already performed manually.