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 :( )

  • xoggy
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Last two times I updated I the database got locked in maintenance mode and something or another didn’t go smoothly. Is there a way to just migrate my user accounts and data to a new clean instance and blow away the old one at my own leisure?

    • 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.