Hi,
after upgrading to 7.4.1 there is the "Starting services, this can take a while" Message and all Database based Apps stucks.
systemctl restart box
brings in the log:
2023-04-17T15:45:30.750Z box:services pipeRequestToFile: connected with status code 404
2023-04-17T15:45:30.750Z box:services exportDatabase: Error exporting postgresql of app b1f26524-5ea6-43a0-bcd7-da77b20fb136. BoxError: Unexpected response code or HTTP error when piping http://172.18.30.2:3000/databases/dbb1f265245ea643a0bcd7da77b20fb136/backup?access_token=VERYLONGTOKEN to /home/yellowtent/appsdata/b1f26524-5ea6-43a0-bcd7-da77b20fb136/postgresqldump: status 404
at ClientRequest.<anonymous> (/home/yellowtent/box/src/services.js:1224:60)
at ClientRequest.emit (node:events:513:28)
at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
at Socket.socketOnData (node:_http_client:534:22)
at Socket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:315:12)
at readableAddChunk (node:internal/streams/readable:289:9)
at Socket.Readable.push (node:internal/streams/readable:228:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23) {
reason: 'Addons Error',
details: {}
}
2023-04-17T15:45:30.751Z box:platform Failed to start services. retry=false (attempt 0): Unexpected response code or HTTP error when piping http://172.18.30.2:3000/databases/dbb1f265245ea643a0bcd7da77b20fb136/backup?access_token=VERYLONGTOKEN to /home/yellowtent/appsdata/b1f26524-5ea6-43a0-bcd7-da77b20fb136/postgresqldump: status 404
2023-04-17T15:45:30.751Z box:cloudron Startup task at index 2 failed: Unexpected response code or HTTP error when piping http://172.18.30.2:3000/databases/dbb1f265245ea643a0bcd7da77b20fb136/backup?access_token=VERYLONGTOKEN to /home/yellowtent/appsdata/b1f26524-5ea6-43a0-bcd7-da77b20fb136/postgresqldump: status 404 BoxError: Unexpected response code or HTTP error when piping http://172.18.30.2:3000/databases/dbb1f265245ea643a0bcd7da77b20fb136/backup?access_token=VERYLONGTOKEN to /home/yellowtent/appsdata/b1f26524-5ea6-43a0-bcd7-da77b20fb136/postgresqldump: status 404
at ClientRequest.<anonymous> (/home/yellowtent/box/src/services.js:1224:60)
at ClientRequest.emit (node:events:513:28)
at HTTPParser.parserOnIncomingClient (node:_http_client:693:27)
at HTTPParser.parserOnHeadersComplete (node:_http_common:128:17)
at Socket.socketOnData (node:_http_client:534:22)
at Socket.emit (node:events:513:28)
at addChunk (node:internal/streams/readable:315:12)
at readableAddChunk (node:internal/streams/readable:289:9)
at Socket.Readable.push (node:internal/streams/readable:228:10)
at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
thats all i can see what ist curious. what to do next?
i think, that i have done all steps from https://forum.cloudron.io/topic/8169/starting-services-this-can-take-a-while-on-v7-3-4-update and https://forum.cloudron.io/topic/9042/apps-not-starting-after-upgrade-to-7-4-1 but t seams for me, that the problem is in postgresql / postgresql startup tasks.