We plan to release YunoHost 11 as stable in the next days, please test it :)

Let us all appreciate a well commented code :clap:

1 Like

Just adding another positive report for YunoHost 11. Thought Iā€™d try the upgrade to Bullseye tonight.

On the first attempt the upgrade failed due to lack of RAM - my VPS has been running on 1.5GB. I restored the backup, upgraded it to 2GB and ran the YunoHost 11 upgrade againā€¦

On the second try, it went through smoothly, the extra RAM solved the previous issue.
The only issue was I needed to do a forced upgrade for Synapse, which came up fine after that. The only app that does not work is Wallabag.

2 Likes

How close are we to 11ā€™s release? Iā€™m getting ready to do a new install on a VPS. I was going to do it today, but Iā€™ll wait if 11 is here in the next day or two. Thanks

Thanks to nathanael we are just finding a way to generate rpi-images. We are currently testing those images this day.

We have a known issue on config panel tags question.

6 Likes

Question: Iā€™m using the nightly testing version right now, but when v11 is released, Iā€™d like to flip it to the stable version. How do I flip from nightly testing to stable?

I have a problem with the jupyterlab installation after the migration:

2022-07-25 11:31:35,048: DEBUG - + apt-get --assume-yes --quiet -o=Acquire::Retries=3 -o=Dpkg::Use-Pty=0 --no-remove --option Dpkg::Options::=--force-confdef --option Dpkg::Options::=--force-confold install libzmq3-dev --dry-run
2022-07-25 11:31:35,345: WARNING - The following packages have unmet dependencies:
2022-07-25 11:31:35,346: WARNING -  libzmq3-dev : Depends: libpgm-dev (>= 5.2.122~dfsg) but it is not going to be installed
2022-07-25 11:31:35,346: WARNING -                Depends: libsodium-dev but it is not going to be installed
2022-07-25 11:31:35,346: WARNING -                Depends: libnorm-dev but it is not going to be installed
2022-07-25 11:31:35,347: WARNING -                Depends: libkrb5-dev but it is not going to be installed
2022-07-25 11:31:35,347: WARNING -                Depends: libbsd-dev but it is not going to be installed
2022-07-25 11:31:35,347: DEBUG - + ynh_die '--message=Unable to install dependencies'

I can install all the packages manually except the libsodium-dev package. This is the error:

Die folgenden Pakete haben unerfĆ¼llte AbhƤngigkeiten:
libsodium-dev : HƤngt ab von: libsodium23 (= 1.0.18-1) aber 1.0.18-1+0~20191009.1+debian10~1.gbpb6823f soll installiert werden
E: Probleme kƶnnen nicht korrigiert werden, Sie haben zurĆ¼ckgehaltene defekte Pakete.

Ok I have do a migration on a vps hosted with OVH for a friend. It seems to works, thanks !
It is a small server with:

  • rouncube
  • wordpress
  • nextcloud

I found a strange issue in services for php-7.3.fpm deadā€¦Perhaps I need restart the serverā€¦

Restarting is not a solution, it said: Inactif depuis il y a plus de 52 ans !!
I think php7.3 is not available with Debian 11ā€¦
I have to upgrade the apps, isnā€™t it ?
I see rouncube use php7.3-fpm, could I try the branch 16 with php8.0 ?? roundcube_ynh/_common.sh at 16 Ā· YunoHost-Apps/roundcube_ynh Ā· GitHub
same for nextcloud, can I use the branch 23.04 ?

Wordpress have no branch without php7.3ā€¦ why ??

Perhaps it is just to enable the service php7.3-fpm to make it working on booting ??

Ok for nextcloud 23.04, I just have to precise the mail in the mail config to have the test good green.

For roundcube 16, it fails:

sudo yunohost app upgrade roundcube -u https://github.com/YunoHost-Apps/roundcube_ynh/tree/16 --debug
114  DEBUG initializing base actions map parser for cli
115  DEBUG loading actions map
116  DEBUG building parser...
127  DEBUG building parser took 0.010s
128  DEBUG acquiring lock...
139  DEBUG lock has been acquired
149  DEBUG loading python module yunohost.app took 0.010s
149  DEBUG processing action [30224.1]: yunohost.app.upgrade with args={'app': ['roundcube'], 'url': 'https://github.com/YunoHost-Apps/roundcube_ynh/tree/16', 'file': None, 'force': False, 'no_safety_backup': False}
154  INFO Now upgrading roundcube...
203  DEBUG initializing ldap interface
231  DEBUG Hydrating config with current values
241  DEBUG Downloading...
300312 DEBUG action [30224.1] executed in 300.163s
300312 DEBUG lock has been released
300313 ERROR Could not fetch sources files, is the URL correct?

The first things to do is to try to force upgrade. Avoid to upgrade from unstable branch.

yunohost app upgrade -f roundcube

Hello, congrats for finding the solution to generate rpi-images, and thank you Nathanael! Which way do you recommend installing YunoHost 11 on a RPI today? Wait for the release of this rpi-image? (if yes, would you have any idea when it can be tested?) Or install Raspberry Pi OS Lite 64 bits, and then run the install script?

wget https://install.yunohost.org/bullseye -O install_script
bash install_script -d testing
1 Like

Both would work, you can find a test image (that we successfully tested twice) there: https://github.com/nathanael-h/rpi-image/suites/7410586717/artifacts/302276356

You will need to unzip the download, the .img is in there.

1 Like

well, it stays on version 1.5.3~ynh1ā€¦ But all works well, I just restart service php7.3-fpm, and enable the service. I wait next time I have to reboot to see if the service will start without failedā€¦

Thanks for the amazing work guys! Like others above, Iā€™m installing Yuno on a VPS now, wish I had more time for the official release call. But as I understand it you guys basically got the stable version and it is just a matter of doing the (rpi) images now, is that correct?

With wget https://install.yunohost.org/bullseye -O install_script I will get the newest (most stable) version of Yunohost 11, correct?

Can one already run bash install_script -d stable ?

Or is bash install_script -d testing still needed?

I assume a transition from there to official will be smooth without a reinstall?

Thanks for some quick assurances :star2:

Yes and possibly weā€™re always a bit worried about edge-cases for migrations (thereā€™s no magic recipe for this, gotta let people try it and worst case usually the upgrade just doesnā€™t run but doesnā€™t break anything, we just have to patiently investigate with the person). Installing a fresh instance should be just fine

If you really are desperate for a bash one-liner :stuck_out_tongue_winking_eye: , this should be :
curl https://install.yunohost.org/bullseye | bash -s -- -d testing

(or maybe unstable instead of testing ?)

Almost, you just need to remove the ā€œtestingā€ and/or ā€œunstableā€ keyword from inside /etc/apt/sources.list.d/yunohost.list once stable gets released

3 Likes

Mattermost still working but facing issue with Mautrix Whatsapp

Misskey doesnt work since postgresql doesnt work

Can youā€¦ share Psql service logs?

https://paste.yunohost.org/koqajofuge