'OCC web' is not available for NC-19.x?

Hello,
there is a warning before updating from NC-18.x to NC-19.x:
There is no update for OCC web in NC-19.x

Is OCC web working with NC-19.x?

Pls refer to:
https://apps.nextcloud.com/apps/occweb

Thx + regards

Read https://git.adphi.net/adphi/occweb
Perhaps it is still working. But the app makes no sense.
If you need it change to a nextcloud installation with shell access.

Perhaps read this alternative. Not tested:
How to use occ commands on a Shared Hosting without SSH access

1 Like

my OOC web in 19. is full funktional

Thanks for this hints.

Unfortunately NC is installed on a shared hosting system (HostEurope), which does not allow the alternative.

OCC web was very (!) useful while converting database to actual format ( utf8mb4_ unicode ci , utf8mb4 general _ci) bevor upgrading above NC-16.x. And it is helpful for checking database error too.
So I am a little bit unhappy…

Thx and best regards

Sorry. I have no account at HostEurope. But perhaps you can use shell access.
Read (sorry german):
https://www.hosteurope.de/faq/webhosting/webpack/ssh-zugang-webhosting/

Then you can use e.g. with your webspace user:
php occ ..

SSH shell access seems to be working, but it throws TLS error while executing an occ command:

wpxxxxxxxx@ssh02:~/dxxxxxxxxd/ncw$ php occ status
Error in GnuTLS initialization: Failed to acquire random data.
An unhandled exception has been thrown:
Doctrine\DBAL\DBALException: Failed to connect to the database: An exception occurred in driver: SQLSTATE[HY000] [2002] No such file or directory in /is/htdocs/wpxxxxxxxx_2PSXXXXX8I/dxxxxxxxxd/ncw/lib/private/DB/Connection.php:68
Stack trace:

Any hint about this behaviour?

Thx + regards

Often more than one php version is available on shared webhosting. Make sure to execute occ with the same version the webserver is using.

php -v shows the version number.

php -v shows:

wpxxxxxxxx@ssh01:~$ php -v
Error in GnuTLS initialization: Failed to acquire random data.
PHP 7.2.18-he.0 (cli) (built: May 6 2019 10:40:10) ( NTS )
Copyright © 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright © 1998-2018 Zend Technologies
with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v10.2.1, Copyright © 2002-2018, by ionCube Ltd.
with Zend OPcache v7.2.18-he.0, Copyright © 1999-2018, by Zend Technologies

Error in GnuTLS initialization is present too.
PHP-7.2 is the current used version, PHP-7.3 and 7.4 are available too.

Hmmm…