-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Nextcloud-alpine #3068
Comments
🏁 The script runs without any problems from this end.
I have no issues here. Check your repositories
|
Thanks, the fix provided with the v3.19 repo worked, so I guess there is an upstream problem. However there still seems to be an issue with the script, mine is unable to update:
I'm also unable to opt-out of that update, It somewhat forced me into that, as described above. I can see yours is also still on v27.x and not v29.x |
There are no issues with the script as I have shown. The script is using the Alpine Package Keeper (apk) for the installation. The version is currently 27.1.9 for Alpine 3.19 https://pkgs.alpinelinux.org/packages?name=nextcloud&branch=v3.19&repo=&arch=x86_64&maintainer= |
A fresh install from this repository, should not create any issues. |
Thanks for clarification, could it be that nextcloud themself are trying tog et more users to update to their AI stuff? Because to be honest, I've not touched nor changed a single thing, and the above screenshot appeared, as if auto-updates would be on. |
I think that the issue started when their |
Oh Yeah that seems to make a lot of sense. Would you think editing the script to use latest (v3.20) repo and then reinstalling would solve the conflicts? |
There is no Alpine v3.20 template. |
Oh I see, guess then we'd have to wait for that. Thanks for the quick feedback and for maintainig those scripts. |
🧐 As this issue is unrelated to the script, it is considered closed. |
According to this upstream repos should be fixed!
https://gitlab.alpinelinux.org/alpine/aports/-/issues/16147#note_408035 |
I updated the repositories manually to the latest, I ran then ran an apk update and apk upgrade followed by using the tteck script command in alpine which led me to the same error as you. This was to upgrade to nextcloud 29.0 Now when I try to log onto my cloudserver via the website I am stuck with the nextcloud maintenance window. |
Hmm strange, closing the maintenance mode is possible, but you probably just bricked your installation aswell!! @tteck Possibly you can pin something, so this issue does not appear for any other users? As much as I love the helper scrips, neither the alpine version nor nextcloudpi is what I want, so I'll switch to a manual installation with debian. (If wished by tteck I can create a PR afterwards.) |
im backup up and running after resintalling alpine-nextcloud no issues, I have not bothered to upgrade to 29.0 ill leave it as it is i just spent 3 hours fixing the new install up. |
@sic699 HSTS can be enabled on your reverse proxy or directly in the nextcloud apache server. |
@CrazyWolf13 Ty everything is up and running luckily I had backups of my config.php and my previous data folders/files from my previous nextcloud install. |
Hello @sic699 . Found a solution to your problem. The reason it cannot upgrade is because your config.php file is still on version 27.x.x.x. You need to nano to /etc/nextcloud/config.php and edit it to the version on Alpine : https://pkgs.alpinelinux.org/packages?name=nextcloud&branch=v3.20&repo=&arch=&maintainer= Once you change that, you can update it. Took me a while to figure this out but found the solution here. nextcloud/docker#1652 I also had the files_reminders error and your post help me fixed that so i thought of giving back (: |
Please verify that you have read and understood the guidelines.
yes
A clear and concise description of the issue.
After trying to access my nextcloud instance today I get greeted wth the following message:
I could fix this by running
apk add nextcloud-files_reminders
after that I get greeted with a update note:
After trying to click update, I get the following error:
Also the script update function seems to be broken atm:
This seems to be an upstream alpine problem tough:
https://gitlab.alpinelinux.org/alpine/aports/-/issues/16147
What settings are you currently utilizing?
Advanced Settings
Which Linux distribution are you employing?
Alpine
If relevant, including screenshots or a code block can be helpful in clarifying the issue.
No response
Please provide detailed steps to reproduce the issue.
create a alpine nextcloud lxc
get greeted with that note.
The text was updated successfully, but these errors were encountered: