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

Compare with Current View Page History

Version 1 Next »

All opModule installers create a backup of /usr/local/omk prior to the installer running. This is the process to use if you need to roll back from the installer.

 

service opeventsd stop
service opconfigd stop
service omkd stop
cd ~
mkdir temp
tar -xvf omk-backup-YYYY-MM-DD.tgz -C ~/temp
unalias cp
cp -R ~/temp/* /usr/local/omk
service opeventsd start
service opconfigd start
service omkd start

 

A couple things to remember -

  1. Each run of an opModule installer creates a new backup file. However, since they all use the same name only the most recent will be maintained. If you are installing several packages you should rename each backup before running the next.
  2. This process overlays the backup into the /usr/local/omk directory and DOES NOT replace it.
  • No labels