Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Replace the new default NMIS9 var/ and database/ directories for the old custom ones (NMIS8) by copying in the current data.

After migration you would consider removing the nmis8 directories and the old copies of the data.

Code Block
languagebash
rm -rf /usr/local/nmis9/database
rm -rf /usr/local/nmis9/var

cp -rfT /usr/local/nmis8/var /usr/local/nmis9/var
cp -rfT /usr/local/nmis8/database /usr/local/nmis9/database

...