i pretty think the migration went well but iâm hitted with the unability to restart nginx.service
from what i read its conflicting with Droppy (file server) iâm not really sure how to overcome this.
hereâs the results i get when i try systemctl restart nginx
Open the file with sudo nano /etc/nginx/conf.d/<yourdomain>.d/droppy.conf
You can display line numbers with Alt+Alt Gr+# and there is indeed a duplicate line, you may remove it. Save and quit with Ctrl+O then Ctrl+X.
Check NGINX with sudo nginx -t then restart it with systemctl restart nginx.
Note that Droppy is now deprecated, development of the package has stopped. You should find an alternative.
Hello Team,
unfortunately something went wrong during my migration and then nothing worked anymore. so i installed a fresh version 12 and tried to restore a full backup of a version 11.
i first tried to restore as described in the documentation via the command line but then i always got an error that some apps could not be found. so i installed them via the admin panel. when i then try to restore this time it aborts because the apps are already installed =)
so i tried it via the web interface. unfortunately nothing happens in the admin panel when you click on restore. there should actually be a modal open or something like that.
in the browser web dev tools it also says something like âWeâre sorry but YunoHost Admin doesnât work properly without JavaScript enabled. Please enable it to continue.â I did some research and it seems that this might be a vue problem.
same with the update button. it doesnt work anymore.
please help!
can i somehow reinstall version 11 in an emergency?
thanks for the awesome work. I did the upgrade and nearly everything works like a charm (upgrade process, apps, etc).
I have the issue, that it seems, that yunohost doesnât want to be on a subdomain anymore. My yunohost instance is hosted on yunohost.example.org. But this redirects to example.org/yunohost/sso[...].
On example.org runs a nextcloud instance which doesnât know how to handle this request.
If I go to the IP-address directly I see the login page as usual.
It seems Iâm not the only one expiriencing this issue.
If you have hints or a solution I would be very happy!
When I click âuser interfaceâ in cloud-example-com/yunohost/admin, it redirects to âexample-com/yunohost/ssoâ again. it should be âcloud-example-com/yunohost/ssoâ
Sorry for my non-specific post. I was still in the first shock. I could solve it with your help!
The first error message came from nginx. And as you had already mentioned below, Droppy was the origin of the problem. I deleted it via cli and nginx could be started again.
So, here is the situation from my side: after rebooting the server, I can access to webadmin. Iâve set a password for root and use with success su - to then execute admin commands.
So I simply uninstalled php7.3-fpm and the execute the migration command again. I get error messages related to installed app (like Error: Failed to read info for cyberchef : Invalid version: '10.19.4~ynh1') but the migration process is ongoing.
Old Toshiba laptop, specs unknown.
Installed apps are Nextcloud, NodeRed, Metronome & a few Reverse Proxies.
I was hoping for just a rough expectation rather than an accurate prediction.
E: The repository âhttps://repo.delellis.com.ar bookworm Releaseâ does not have a Release file.
E: Failed to download some files
W: Failed to fetch https://repo.delellis.com.ar/dists/bookworm/Release: 404 Not Found [IP: Xxx.xxx.xxx.xxx 443]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Migration 0027_migrate_to_bookworm did not complete, aborting. Error: Failed to run command âaptitude updateâ
I attempted to upgrade, which seemed to go fine, but I took my eyes off of it for a second and suddenly the server was no longer reachable and seemed to turn off by itself? I rebooted it physically and now yunohost-api wonât respond. How screwed am I?
Can you share the output of sudo dpkg --list | grep "yunohost\|moulinette" ⊠possibly Iâm thinking a sudo apt full-upgrade might get you back on track but that depends how far you were in the migration
Iâm already updating the system. It appears to be updating to bookworm releases, at least, but itâs being slowed by stopping itself to confirm with me about overwriting config files⊠I hope Iâm not here all day haha. Iâll get back to you with the output of that first command once I can.