I did the update last week and it is running solid so far. Unfortunately new AI voice stuff is not working for me (no AVX support in the CPU :( )

  • Ledditor@leddit.minnal.icuOP
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 year ago

    Same happened to me when upgrading from 25 to 26. Are you using docker ? I use separate volumes for config and data, may be this way you can keep your accounts(data) and upgrade.

          - /path/nextcloud/nextcloud:/var/www/html
          - /path/nextcloud/apps:/var/www/html/custom_apps
          - /path/nextcloud/config:/var/www/html/config
          - /path/nextcloud/data:/var/www/html/data```
    • xoggy
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      First incident was with docker then I moved over to the snap package. I do have my data on an external drive I’ve mounted over top the data folder, but not so for the config unfortunately.