This video goes through the steps on how to move your ownCloud data to a new location.
The steps used in the video are below:
Stop apache2
sudo service apache2 stop
Edit config file in default location
sudo nano /var/www/html/owncloud/config/config.php
Change default location to new location
(please check video)
Move the data folder to new location
sudo mv /var/www/html/owncloud/data /mnt/owncloud_data
**********************************************************************
if required change permissions
sudo chown -R www-data:www-data /mnt/owncloud_data
**********************************************************************
Restart apache2
sudo service apache2 start
Videos in this Series:
Nas4Free – Update ownCloud Manually on Nas4Free
Nas4Free – Increase ownCloud Max Upload
Nas4Free – Install ownCloud on your Nas4Free
ownCloud – Untrusted Domain Login Fix
uBuntu – Change ownCloud Upload Limit
uBuntu – Move ownCloud Data To New Location
uBuntu – ownCloud 6 Install on uBuntu 10.12 Server
uBuntu – ownCloud 7 Install on Ubuntu 14 Server
Ubuntu – ownCloud Secure Access with SSL
Windows – Configure SSL on Windows 7
Windows – Install ownCloud with Wamp