Nextcloud: 13.0.2 and 12.0.7 available, Collabora Online 3.2 is out!

Originally published at: Nextcloud: 13.0.2 and 12.0.7 available, Collabora Online 3.2 is out! - Nextcloud

We have made available minor updates to Nextcloud 12 and 13. As usual, these bring stability and reliability improvements and we urge all users to upgrade at their earliest convenience! Customers can rely on the stand-by upgrade support from Nextcloud GmbH if needed.

Time to upgrade to 13!

If you have not yet migrated to Nextcloud 13, consider doing so! The release has proven to be extremely stable.

Of course, if you are maintaining a mission-critical Nextcloud system for your enterprise, it is still highly recommended that you get yourself some insurance (and job securityā€¦ who gets blamed if the file handling system isnā€™t working as expected?). A hotline to the core Nextcloud developers is the best guarantee for reliable service for your users.

What is new?

That Nextcloud 13 has been very reliable does not mean there have been no changes - though it has been less than usual. Over 30 minor issues were dealt with, including:
  • UI improvements, especially some in the gallery
  • Improvements to End-to-end Encryption (which is still in testing!)
  • An option to disable html emails
  • Warning in the updater when software is outdated
Speaking of outdated software: Note that Nextcloud 11 is no longer maintained. We urge users of 11 to upgrade or contact Nextcloud sales to ensure the security of your system.

[caption id=ā€œattachment_3969ā€ align=ā€œaligncenterā€ width=ā€œ1024ā€] Warning in the updater when software is outdated[/caption]

Additionally, with this release, the Nextcloud app for Univention Corporate Server is being upgraded to the Nextcloud 13 series. The update will be available at UCSā€™s App Center as usual. Please note that the Nextcloud series 12 is discontinued on that platform with this upgrade.

The 12.0.7 release received a smaller number of updates relevant for users on those systems. You can find the full list of changes in our changelog.

When will the updater warn me?

We will make these upgrades available in the coming days through the built in updater. As you are probably aware, we do staged roll-out to ensure we can catch issues before they affect everybody so it can take a bit longer for some systems than for others.

Why upgrade? Security and stability!

Our strategy is: big changes come in major releases. Minor releases are security and functionality bug fixes, not rewrites of major sub systems that risk user data! We also do extensive testing, both in our code base and by upgrading a series of real-world systems to the test versions. This ensures that upgrades to minor releases are painless and reliable. As the updates not only fix feature issues but also security problems, it is a bad idea to not upgrade!

This is, of course, also true for apps: keeping them updated has security benefits, besides the new features and other bug fixes.

If you are worried about the updates because you run a big, complex and important enterprise service, we can help. Nextcloud GmbH offers stand-by upgrade support to our customers, virtually guaranteeing a smooth process. This is one way in which we help our customers to keep their file sync and share systems functioning in optimal condition!

Collabora Online 3.2 is out

Please note that end of last week, Collabora Online 3.2 has been released! With this version, charts can not only be shown and edited but also created in Calc, Writer and Impress. Calc also introduced Data Validation, which allows spreadsheets to be used as checklists or control form data entry.

This new version also brings the ability to run macros and to interact with the documents using python scripts. The Spell Check feature now features a context menu on right click. Besides these improvements a lot of smaller UI enhancements and bugfixes have been introduced.

Ā 

5 Likes

To begin with, thanks for your work! Nexcloud runs very fine for me.

I had two instances in the beta channel, version 13.02RC1. I changed these to stable channel and could upgrade to 13.02 without any issues. My third instance runs on stable channel, 13.01. The Web updater in the basic settings page did not offer the new version. Only after I switched to beta and then back to stable, the new version was shown. The rest of the update was smooth.

I have that problem when I try to upgrade:
ā€˜Could not copy ā€œ/path/to/nextcloud/config/config.php.oldā€ to ā€œpath/to/nextcloud/data/updater-ockr2pcjxaz0/backups/nextcloud-13.0.1.1/config/config.php.oldā€ā€™

edit: ok, might actually be q auota issue, will check thatā€¦

:roll_eyes:This is a known pitfall. The updater does not accept any copies of the config file. Just delete that config.php.old or move it to another place. Then repeat the upgrade.

1 Like

Thank you, works much better now :slight_smile:

1 Like

As well as an opened config.php in vi, which is creating a .config.php.swp

1 Like

Great job!

Iā€™ve just updated from Nextcloud 13.0.1 to 13.0.2 by using the web GUI.
The only hitch was that I received an error during the update pre-checks, namely at the:

Check for write permissions

step where it complained of a single file:

-rw-r--r-- 1 root www-data /var/www/nextcloud/.htaccess

I proceeded to give it write permissions for its group and it worked like a charm!

sudo chmod 664 /var/www/nextcloud/.htaccess
-rw-rw-r-- 1 root www-data  /var/www/nextcloud/.htaccess

Apart from the aforementioned minor issue, all is well, tested files, uploads and GUI.

Regards,

The problem was caused by ownership root. AFAIK, all files should be owned and grouped by www-data.
-rw-r--r-- 1 www-data www-data 2806 Apr 26 11:06 /var/www/nextcloud/.htaccess

Collabora Online 3.2 is out!

    Sanook
    

    April 26

eehmke:
The updater does not accept any copies of the config file

As well as an opened config.php in vi, which is creating a .config.php.swp

Visit Topic or reply to this email to respond.

  In Reply To
  


  
    
  
  
    eehmke
    

    April 26

:roll_eyes:This is a known pitfall. The updater does not accept any copies of the config file. Just delete that config.php.old or move it to another place. Then repeat the upgrade.

Visit Topic or reply to this email to respond.

To unsubscribe from these emails, click here.

Well, kudos then!
It seems like the update sorted out the file permissions.

pi@pisky:~ $ find /var/www/nextcloud/ -type f ! -user "www-data" -exec ls -l {} \;
pi@pisky:~ $ find /var/www/nextcloud/ -type f ! -group "www-data" -exec ls -l {} \;
pi@pisky:~ $

All files under the nextcloud directory are owned by user & group ā€˜www-dataā€™ post update!

1 Like

Funny, just today I was thinking, ā€œI wonder if thereā€™s an update coming out soonā€ā€¦yay :slight_smile:

2 Likes

Dear all,
also with 13.0.2 automatic web update, I have this error:
The following extra files have been found: nextcloud.log

Is it my fault (I should use another path for log file) or is it a limit / error of the updater ?

I created this log file following official guides about caching and apache mods.

it just worked! great job!

In my case itā€™s outside of the www root (as well as the nextcloud data folder) and the update to 13.0.2 worked flawless.

1 Like

Check for write permissions
The following places can not be written to:
/www/wwwroot/mydomain/updater/ā€¦/.user.ini

but where is .user.iniļ¼Ÿ

here:
user-ini

no, the error shows that:

Iā€™m asking in the file in updater

Is the path in open_basedir?

Please just believe the experts here :wink:
The full path to that file is:
/www/wwwroot/wangpan.a5yun.cn/.user.ini

As a reminder: please open a new thread if you discover problems during the update. This is the news thread.

thanks, I moved it into log folder, and update went all green.