Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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:

remove.sh
#!/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 postgres



  • No labels