Skip to content

Instantly share code, notes, and snippets.

@coliff
Last active September 12, 2018 10:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coliff/8e4dfd5883897ab32ca9d2c67d33d483 to your computer and use it in GitHub Desktop.
Save coliff/8e4dfd5883897ab32ca9d2c67d33d483 to your computer and use it in GitHub Desktop.
Trouble Shooting Issues with Nextcloud on Ubuntu

Can't write changes to files in Nextcloud

Give yourself write privileges with: sudo setfacl -R -m "u:ubuntu:rwx" /var/www/nextcloud/

Reboot

sudo reboot

Restart MySQL

sudo service mysql restart

Free disk space

sudo apt-get clean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment