skois

Members
  • Posts

    418
  • Joined

  • Last visited

Everything posted by skois

  1. You need to * install the plugin (aka App) External Storage, * Mount the folders (documents,etc) you want in the nextcloud docker template. (Just like its mount the config and data folder) * Go to settings > Externa storages, and "add" the folders you mounted on the docker as external storage. * You can now access them via webdav, share them, etc
  2. If there isn't any errors on the nextcloud >settings >logging. I don't know.. If you used the old db and somehow made new installation on top of it, then might this messed it up Sent from my Mi 10 Pro using Tapatalk
  3. Have you logged in with the other users at least 1 time? Also why there is 2 appdata-hash folders? Was there old installation on this unraid share? Sent from my Mi 10 Pro using Tapatalk
  4. Post your nextcloud config ( click on docker > edit) (with the advanced option turned on, top right corner button) And also the share you created on unraid Sent from my Mi 10 Pro using Tapatalk
  5. You have to be more specific. * You created a share in Unraid and mounted it into the Nextcloud docker as /data? * You created a share IN the nextcloud? If so, with what users did you shared it? Can this users see the share? * Also i'm not sure what you mean with your last question, because it can also imply both of the above points. Thanks
  6. Your data will be there, but you will have to recreate all shares, users, tasks, calendars settings , everything. because all that is on the database, which seems to have the problem. I'd say, use your backup, at 20.0.9, file the issue on nextcloud's github (with the template filled). They might point you to an easy solution, Otherwise, wait until 21.0.1 is out (it's scheduled for 20-may-21) . If it fails then, and no solutions on github, they you can go ahead and re install.
  7. I can't find anything helpful I saw you opened an issue on github, fill the issue template they have, and i think they will help you, and also might help fix a bug! Remember! Before you share you config.php there, REMOVE Sensitive info, like secrets, passwords, domains, etc.
  8. Hmm, please post now the nextcloud.log But I will be able to take a look after work. About 7 hours from now .. Sent from my Mi 10 Pro using Tapatalk
  9. Instead of going to webpage, try "occ upgrade" And post the output here. Maybe this worth making also a bug report in https://github.com/nextcloud/server also PLEASE! before doing the bellow take a BACKUP of database Also you could try this https://help.nextcloud.com/t/nc-update-to-21-0-0-beta1-exception-database-error/101124/3
  10. You might want to delete the attachment, and reupload with your personal info hidden (there is a lot in the config.php) *Assuming you have a backup* Open nextcloud console, and do "updater.phar" and post the output
  11. Yes, you do have a /data folder, otherwise you would not have any user files stored. You just have to find where you mapped it. So, in the /data/updater-xhsdfh643 (whatever random you have) there is 2 folders and 0, 1 or 2 hidden files. Open downloads and delete if anything is inside. Also if you have a .step file delete it, you don't have to delete the .step-previous-update) Now restart docker (right click on it and restart) Open console (right click on it and console) updater.phar
  12. https://github.com/stavros-k/unraid_issue_templates/blob/main/Issue Template.md This is a good starting point
  13. Without detailed steps you did and logs, you only gonna get something along the lines "try running the update again" Adding as much info as possible in the first post, would make anyone who try to help, have a bigger picture of what might have gone wrong. Tbh when I see posts "x" don't work, gives an generic error. I just scroll. Sent from my Mi 10 Pro using Tapatalk
  14. Wait, I have the impression, that well known error fix needs the server accessible through reverse proxy. But I'm not really sure. Sent from my Mi 10 Pro using Tapatalk
  15. As i said it's on the /data folder not config.
  16. Have you even TRIED to search? The answer is literally on the previous page on this topic.
  17. I'm assuming you are on NC 21, and on the latest docker version (21.0.1-ls131) or (latest). Send the contents of the default file please
  18. If you can see the thumbnails in the web, there is 2 reasons you don't see them in the iOS app. 1) Server doesn't have the right size thumbnail for the app 2) Its a bug and it should be reported on https://github.com/nextcloud/ios
  19. It's not so much for my time, it's that the forum gets overloaded and missing people in need of help with new problems. IMHO forum is not helpful in this case, offers very little comparing to a bug tracking system. and for this reason i don't like seeing the same question every day. Anyway, for the future, please add more info so people can help faster/easier! :)
  20. TLDR, delete /appdata/nextcloud/nginx/site-confs/default and restart docker. Search in this forums helps and so does reading changelog when updating something. Been seeing the same questions again and again for the past 2 months.
  21. It's literally on the post before yours. WITH PICTURES. Please, please please people, if you need FREE support for a FREE product. At least TRY to solve it yourself or read / search this forum. Cmon Sent from my Mi 10 Pro using Tapatalk
  22. Do this tag. linuxserver/nextcloud:18.0.4-ls81 Update nextcloud from the WebUI, When nextcloud is at v20 or v21, go back to template and change tag to linuxserver/nextcloud:latest And update both docker and nextcloud together, Not only one or you will run on the same problem agian.
  23. This was answered this month like 3 times very detailed. In short you have to revert to older docker tag with php 7.3. Update nextcloud from gui. Update docker to latest Sent from my Mi 10 Pro using Tapatalk