Skip to content

Getting help

scubamuc edited this page Feb 8, 2024 · 60 revisions

Getting Help

There are plenty possibilities why you may be having issues with Nextcloud snap. Your logs could help figure out a probable cause. There is a good chance someone has had a similar issue and knows how to resolve it. That depends on how you ask the community for assistance. So read your request for tone, avoiding hyperbole and assuming good intentions.

Don't panic!

Relax, take a deep breath, get a cup of tea and consider your options. Recollect all steps taken and note recent changes and then structure that information. Do the basics and try to get a grasp of the situation.

If you're having a Nextcloud snap issue and you've come this far, then you're on the right track!

  1. Ensure nothing was missed:
  2. Run the debugging script before raising an issue
  3. Create an issue and complete the bug report (the more information the better)

Disaster recovery

Depending on the type of failure you've experienced, there is a good chance of recovering your data. By default all the stuff you care about is in the /var/snap/nextcloud directory. So just copy the entire directory to another drive (or machine). In the worst case you could lose your database, but at least you'll preserve your raw data. Your data can be found in /var/snap/nextcloud/common/nextcloud/data if you haven't changed your data directory.

Not having a backup makes a bad situation worse. There is nothing anyone can do if you don't backup your data. A good backup strategy will enable data recovery in the case of disaster. So depending on your backup frequency and how often you practice restoring your backup, you'll have a good chance of system recovery within a couple of hours with limited data loss. See backup, restore & migrate Nextcloud snap.

Clone this wiki locally