Trashcloud

From Elch-Wiki
Revision as of 12:37, 11 September 2016 by Roman (talk | contribs)
Jump to navigationJump to search

Die meisten Infos sind hierhin verschoben: Inside the trash-cloud

  • Login-User: owncloud (Passwort liegt in roman's home)
  • Login-Group: owncloud
  • Die Apache-Instanz für Owncloud läuft unter dem Runtime User wwwoc und der Gruppe owncloud, documentroot: /home/owncloud/www
  • Die MySql DB Instanz für Owncloud läuft auf Port 3308 und Socket /tmp/mysql5-2.sock, das root-pw ist im /home/owncloud abgelegt
  • Admin-Zugriff auf owncloud DB Instanz über https://your.trash.net/phpMyAdmin-2/

Update auf PHP 5.5 und Owncloud 7

Update von 9.0 auf 9.1

  • Login als Admin
  • 3rd party apps deaktiviert: Calendar, Contacts, OwnNote
  • Backup der DB machen: Login auf t-db1: mysqldump -u trashcloud -p trashcloud >trashcloud_20160911.sql
  • Login auf t-web1
 * Maintenance mode aktivieren: cd /d1/owncloud-www/www, sudo -u www-data php occ maintenance:mode --on