WordPress Manual Upgrade for Experts: Difference between revisions

mNo edit summary
mNo edit summary
Line 16: Line 16:


The next step isn't necessary, but if you want to make a copy of the website files and test those copied files for functionality and peace of mind, use the below command;<syntaxhighlight lang="text">
The next step isn't necessary, but if you want to make a copy of the website files and test those copied files for functionality and peace of mind, use the below command;<syntaxhighlight lang="text">
cp -R -n -v -a -x WebSiteDirectory.WorkingVersion.X.Y.Z WebSiteDirectory
cp -ax WebSiteDirectory.WorkingVersion.X.Y.Z WebSiteDirectory


The WebSiteDirectory will need to be erased before copying the new updated WordPress files.
The WebSiteDirectory will need to be erased before copying the new updated WordPress files.