Versions Compared

Key

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

...

Code Block
languagebash
themerdark
cp -ar /opt/shrine/tomcat/conf /opt/shrine/upgrade-backups/tomcat/conf
cp -ar /opt/shrine/tomcat/bin /opt/shrine/upgrade-backups/tomcat/bin
cp -ar /opt/shrine/tomcat/webapps /opt/shrine/upgrade-backups/tomcat/webapps
cp -ar /opt/shrine/tomcat/lib /opt/shrine/upgrade-backups/tomcat/lib


Since you You will also need to modify several database tables later, you should also make . Make a backup of those tables databases now.   The following is an example command that backs up MySQL tables.  Run the command as a user who has access to these tables.  If you use a different database engine, consult its documentation for an equivalent command.

...