XF 1.5 Upgrading to xf2 via command line

If you wish to use the CLI then you can run this on the command line:

php cmd.php xf:upgrade

That needs to be run from within your XF root.
 
The only issue we found with the command line upgrader is that the "apache" user owned all the files so we ran into permission issues when trying to run the upgrade as a different user. It all ran fine but we had to go back to the web interface to do the final template rebuild.
 
The only issue we found with the command line upgrader is that the "apache" user owned all the files so we ran into permission issues when trying to run the upgrade as a different user. It all ran fine but we had to go back to the web interface to do the final template rebuild.
I would be root if I use the command line-
 
Top Bottom