Closed giorio94 closed 4 years ago
The problem related to file uploads in NextCoud should have been fixed. Hence, I am closing this issue. Please, feel free to reopen if it occurs again.
Apparently, there where two main problems (still unclear the root cause):
nextcloud-db-cluster-1
) remained in starting state (as confirmed by the output of patronictl list
). This issue has been fixed executing patronictl -c postgres.yml reinit nextcloud-db-cluster nextcloud-db-cluster-1
from inside the pod itself to reinitialize the member.
Describe the bug It is impossible to upload new files to NextCloud (both via the web interface and through webdav). Indeed, the file appears to be uploaded but then NextCloud displays a popup reading "An unknown error has occurred" and the file is deleted. Instead, empty folders and files can be created from the web interface correctly.
To Reproduce Steps to reproduce the behavior:
Expected behavior The file should be uploaded correctly
Desktop (please complete the following information):
Additional context One of the database pods is returning strange logs (may or may not be related to this issue):
Additionally, if I remember correctly, the
nextcloud-db-cluster-1
pod has been killed forcefully while draining the node to upgrade the system O.S.