you are viewing a single comment's thread
view the rest of the comments
[–] 7 points 2 years ago (3 children)

The only device running Snap in my house is a Raspberry Pi running the Snap Nextcloud and it's rock solid.

This might be a deployment issue. How are most people running it?

  • source
  • hideshow 3 child comments
  • [+] 3 points 2 years ago* (last edited 6 months ago) (2 children)
  • [–] 1 point 2 years ago (1 child)

    Yeah the Docker version hated me, mainly due to it sometimes getting a bit behind on updates and then having schema mismatches if I ran an update in that missed the previous one. No issues with the Snap thus far

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 2 years ago

    I used to have this problem. I started pulling a version number (like 27) instead of "latest" so that I could just pull minor releases when I did updates, and then I manually step up the version in the docker-config file for major versions when I'm ready for them. (I don't like to pull a major release version until there's been 1 or 2 maintenance releases since my nextcloud is fairly critical for my family)

  • source
  • parent