

- BITNAMI OWNCLOUD TRUSTED DOMAIN MAC OS X
- BITNAMI OWNCLOUD TRUSTED DOMAIN INSTALL
- BITNAMI OWNCLOUD TRUSTED DOMAIN UPDATE
- BITNAMI OWNCLOUD TRUSTED DOMAIN UPGRADE
Restore the permissions (only on Linux and Mac OS X if the stack was installed as root): $ sudo chown -R daemon:daemon installdir/apps/owncloud/htdocs/ $ sudo mv installdir/apps/owncloud/htdocs-backup/config/config.php installdir/apps/owncloud/htdocs/config/ $ sudo mv owncloud installdir/apps/owncloud/htdocs/ For example (for version 10.0.2), use the commands below (on Linux and Mac OS X): $ wget īackup the current installation and substitute it with the new one: $ sudo mv installdir/apps/owncloud/htdocs/ installdir/apps/owncloud/htdocs-backup $ sudo installdir/ctlscript.sh stop apacheĭownload and uncompress the latest version of ownCloud from ownCloud Official Website. Set the Maintenance Mode: $ sudo -u daemon installdir/bin/php installdir/apps/owncloud/htdocs/occ maintenance:mode -on
BITNAMI OWNCLOUD TRUSTED DOMAIN UPGRADE
Upgrade only ownCloud in the ownCloud packaged by Bitnami (Manually) That’s it! You updated the application! You can find more information about the Upgrade process at the ownCloud official documentation. $ sudo chown -R daemon installdir/apps/owncloud/htdocs/config installdir/apps/owncloud/htdocs/apps $ sudo chmod 444 installdir/apps/owncloud/htdocs/.user.ini $ sudo chown -R bitnami installdir/apps/owncloud/htdocs/ If the upgrade works well, restore the permissions of your folder. Run the upgrade process from the admin panel by navigating to “Settings -> General -> Updater -> Open Updater” and running the upgrade process. $ sudo chmod 644 installdir/apps/owncloud/htdocs/.user.ini For security reasons, ownCloud files do not have write access for the web server user, but this will be required if you want to upgrade the application.īefore running the “Updater” app, run the following commands to change the owner of the files in your installation: $ sudo chown -R daemon installdir/apps/owncloud/htdocs/ OwnCloud already ships an “Updater” tool installed that allows upgrading the ownCloud application from the admin panel directly. Upgrade only ownCloud in the ownCloud packaged by Bitnami (Admin Panel) Restart Apache using the graphical manager or the command line script: $ sudo installdir/ctlscript.sh restart apache Use the command below: $ sudo cp -rf ~/owncloud-backup/conf/ installdir/apps/owncloud/conf/ Restore the Apache configuration files in the new ownCloud stack. $ sudo chmod 664 installdir/apps/owncloud/htdocs/config/config.php $ sudo chown -R daemon:daemon installdir/apps/owncloud/htdocs/config/

$ sudo chown -R daemon:daemon installdir/apps/owncloud/data/ Restore the permissions (only on Linux and Mac OS X if the stack was installed as root). $ sudo cp -rf ~/owncloud-backup/config installdir/apps/owncloud/htdocs/ You can use the commands below (on Linux and Mac OS X): $ sudo cp -rf ~/owncloud-backup/data installdir/apps/owncloud/data Restore the backup files in the new ownCloud packaged by Bitnami. To do so, use an editor to modify it manually or the commands below (on Linux and Mac OS X): $ sudo cat installdir/apps/owncloud/htdocs/config/config.php | grep -oP "(? )('.*')" | xargs -I % sed -e "s/'dbpassword' => '.*'/'dbpassword' => '%'/g" -i ~/owncloud-backup/config/config.php Restore the database backup as described on the MySQL page.Įdit the backup ~/owncloud-backup/config/config.php file and change the dbpassword parameter using the new one that can be found in the new installdir/apps/owncloud/htdocs/config/config.php file.
BITNAMI OWNCLOUD TRUSTED DOMAIN INSTALL
Uninstall the previous ownCloud packaged by Bitnami.ĭownload the latest version of the ownCloud packaged by Bitnami and install it. $ sudo cp installdir/apps/owncloud/htdocs/config ~/owncloud-backup $ sudo cp -rf installdir/apps/owncloud/conf/ ~/owncloud-backup You can use the commands below (on Linux and Mac OS X): $ sudo cp -rf installdir/apps/owncloud/data ~/owncloud-backup You can use the commands below (on Linux and Mac OS X): $ mkdir ~/owncloud-backupīackup the bitnami_owncloud database as described on the MySQL page.Ĭopy the conf/, data and htdocs//config directories to your backup directory. Upgrade ownCloud and all stack components (recommended)Ĭreate a directory to save all the data you need to backup. If you have important data, create and try to restore a backup to ensure that everything works properly.
BITNAMI OWNCLOUD TRUSTED DOMAIN UPDATE
It is strongly recommended to create a backup before starting the update process. Learn more about the Bitnami stack environment and about OS X VMs. On OS X VMs, the installation directory is /opt/bitnami and OS X VM users can click the “Open Terminal” button to run commands. Before running the commands shown on this page, you should load the Bitnami stack environment by executing the installdir/use_APPNAME script (Linux and MacOS) or by clicking the shortcut in the Start Menu under “Start -> Bitnami APPNAME Stack -> Application console” (Windows).
