25.0.0-alpha12 #2848
Replies: 4 comments 5 replies
-
I had been also happy with alpha12, but updating NC to 29.0.8 did, as usually restore News 24.0. However I had now not been able to update to alpha12 using occ app:update news --allow-unstable Any hints on that? |
Beta Was this translation helpful? Give feedback.
-
Thanks very much for the great app as well. :-) It is one of the two main reasons why I am running a Nextcloud instance and I also use News almost daily. |
Beta Was this translation helpful? Give feedback.
-
Im running the latest stable AIO and running the I know the AIO php is 8.3, im not sure what version of sql its using. |
Beta Was this translation helpful? Give feedback.
-
I was able to after i tried and failed, then came back 2 hours later and it just worked...i think somone needs to file a bug report to the nextcloud app store about this behaviour, if you cant find the issue already there(i couldnt).
…-------- Original Message --------
On 11/10/24 1:56 PM, unterkomplex wrote:
Hi,
I also could not upgrade via the builtin update. If that helps anyone this is what I currently do to upgrade news :
# take a backup / snapshot
mkdir old-news ; mkdir new-news
cd new-news
# replace the link with the latest version
wget https://github.com/nextcloud/news/releases/download/25.0.0-alpha14/news.tar.gz
tar xf news.tar.gz
cd ..
systemctl stop apache2.service
mv /var/www/nextcloud/custom_apps/news/ old-news/
mv new-news/news/ /var/www/nextcloud/custom_apps/
chown -R www-data:www-data /var/www/nextcloud/custom_apps/news
find /var/www/nextcloud/custom_apps/news/ -type f -exec chmod 640 {} \;
find /var/www/nextcloud/custom_apps/news/ -type d -exec chmod 750 {} \;
systemctl start apache2.service
sudo -u www-data php /var/www/nextcloud/occ upgrade
# check if your NX instance is still up and running
sudo -u www-data php /var/www/nextcloud/occ status
# this should now return the new version
sudo -u www-data php /var/www/nextcloud/occ app:list | grep news
—
Reply to this email directly, [view it on GitHub](#2848 (reply in thread)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ADDTIG6E6VDJ7JJCAIZDEWLZ77JAPAVCNFSM6AAAAABQUSHCD6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMRQGY4DEMA).
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I just updated to version 25.0.0-alpha12 and wanted to give some feedback. For me it runs well and the feeling of the UI is really good. For a long time I stayed on Nextcloud 27, because I use the News app every day and I wanted to avoid problems. But with this new version, the app is back to its old form and I can recommend the update to all people using the old version with some kind of hack.
There are still some minor problems, but I want to give all developers a really big thanks for their work! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions