Central Server installation can be removed manually by removing X-Road packages and configuration directories.

Step-by-step guide

Central Server installation can be removed manually by executing the shell script below:

#!/bin/sh
   
set -x
   
sudo apt-get purge xroad-base
sudo apt-get autoremove
sudo rm -rf /etc/xroad
sudo rm -rf /usr/share/xroad
sudo rm -rf /var/lib/xroad
sudo rm -rf /var/log/xroad
sudo rm -rf /var/tmp/xroad
sudo apt-get purge nginx
sudo -u postgres dropdb centerui_production
sudo -u postgres psql -c "drop user centerui"
sudo apt-get purge postgresql

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues