Nextcloud version (eg, 20.0.5): from v26 to v27, running as Nextcloud All-in-One, installed from an image running on Linode. Cannot see whether v27 upgrade has suceeded (no web interface available).
Operating system and version (eg, Ubuntu 20.04): Ubuntu 22.04.2 LTS
Apache or nginx version (eg, Apache 2.4.25): donât know. âhttpd -vâ returned âCommand âhttpdâ not found, did you meanâŚâ
PHP version (eg, 7.4): donât know. âphp -vâ returned âCommand âphpâ not found, but can be installed withâŚâ
The issue you are facing:
Can log into the server using SSH from a desktop client.
Cannot access the server using a web browser from a desktop client. The clientâs Chromium on Linux x64 says, âThe site canât be reached. [IP addr]|[hostname] refused to connect.â The clientâs Firefox on Linux x64 says, âUnable to connect: an error occurred during a connection to [IP addr]|[hostname].â Firefox also seeks https connections, which creates a new message a HTTPS version of [hostname] is not available."
Is this the first time youâve seen this error? Yes.
Steps to replicate it:
- Log into Nextcloud v26 via web interface as admin user.
- Log into All In One interface.
- See message that a new masterbase is available to upgrade. Click to stop all containers.
- Click on upgrade.
- Server does its thing, but, unlike the first upgrade to v26, services just become unavailable. Web connections to the server no longer possible.
The output of your Nextcloud log in Admin > Logging:
â not available, needs web access.
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
â canât see a path to nextcloud in this server. What should the path be in the All In One image available from the Linode marketplace?
The output of your Apache/nginx/system log in /var/log/____
:
â the path exists, but there is no file that is obviously related to Apache. What should the path and filename be in the All In One image available from the Linode marketplace?
Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.
â no such folder â/var/wwwâ. What should the path be in the All In One image available from the Linode marketplace?
This issue looks similar to Broken UI after update to v27.0.1 , except that this ticket is definitely about an All In One installation where no files appear to exist on the server in the places that the admin user would expect to find them.
A re-boot of the server made no difference.
For both Nextcloud Android app 3.24.2 and 3.25.0, the app reports âServer not available.â
For dekstop Nextcloud desktop client sync app (appimage on Linux v64, v3.9) report âofflineâ.
A prior upgrade of the masterbase to Nextcloud v26 succeeded. A backup exists on the server for this upgrade. In the AIO interface, no backup option was available for the upgrade from v26 to v27. Is it going to be quicker just to delete this server and create a new one from the image in the Linode marketplace?