update #2.
- I completely quit out of docker, and then it seems to work. So deleting the container AND completely quitting Docker seems to fix this issue.
update #3:
- the problem reoccurs when I attempt to push a dev site to staging. I get the following error on a push:
and then the DB container fails and it has to be completely recreated. This problem is reproducible.
The errors in main.log that pertain to this problem with the push are:
[2024-08-22 17:53:12.247] [error] SyntaxError: Unexpected non-whitespace character after JSON at position 1856
at JSON.parse (<anonymous>)
at docker_handleDockerEventData (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:2:180714)
at IncomingMessage.<anonymous> (/Applications/DevKinsta.app/Contents/Resources/app.asar/main.prod.js:2:516680)
at IncomingMessage.emit (node:events:513:28)
at IncomingMessage.emit (node:domain:489:12)
at addChunk (node:internal/streams/readable:324:12)
at readableAddChunk (node:internal/streams/readable:297:9)
at IncomingMessage.push (node:internal/streams/readable:234:10)
at HTTPParser.parserOnBody (node:_http_common:131:24)
at Socket.socketOnData (node:_http_client:542:22)
[2024-08-22 17:53:12.248] [error] Chunk value: {"status":"exec_die","id":"b7adf6354a17b7a2261ba1c6f6216b3d44635d3f36f4109e31c04959e6ef8c36","from":"kinsta/devkinsta_fpm:1.3.6","Type":"container","Action":"exec_die","Actor":{"ID":"b7adf6354a17b7a2261ba1c6f6216b3d44635d3f36f4109e31c04959e6ef8c36","Attributes":{"desktop.docker.io/binds/0/Source":"/Users/kristopherlagreca/DevKinsta/public","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/www/kinsta/public/","desktop.docker.io/binds/1/Source":"/Users/kristopherlagreca/DevKinsta/private","desktop.docker.io/binds/1/SourceKind":"hostFile","desktop.docker.io/binds/1/Target":"/www/kinsta/private/","desktop.docker.io/binds/2/Source":"/Users/kristopherlagreca/DevKinsta/logs","desktop.docker.io/binds/2/SourceKind":"hostFile","desktop.docker.io/binds/2/Target":"/www/kinsta/logs/","desktop.docker.io/binds/3/Source":"/Users/kristopherlagreca/DevKinsta/logs","desktop.docker.io/binds/3/SourceKind":"hostFile","desktop.docker.io/binds/3/Target":"/var/log/fpm/","desktop.docker.io/binds/5/Source":"/Users/kristopherlagreca/DevKinsta/kinsta","desktop.docker.io/binds/5/SourceKind":"hostFile","desktop.docker.io/binds/5/Target":"/kinsta","desktop.docker.io/binds/7/Source":"/Users/kristopherlagreca/DevKinsta/wp","desktop.docker.io/binds/7/SourceKind":"hostFile","desktop.docker.io/binds/7/Target":"/www/kinsta/wp/","desktop.docker.io/binds/8/Source":"/Users/kristopherlagreca/DevKinsta/temp","desktop.docker.io/binds/8/SourceKind":"hostFile","desktop.docker.io/binds/8/Target":"/www/kinsta/temp/","execID":"2ab08d78e68cc02109e2a131b7ff8de913579c93df38c63a2a37a1506cd35d8c","exitCode":"0","image":"kinsta/devkinsta_fpm:1.3.6","name":"devkinsta_fpm","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"20.04","vendor":"kinsta"}},"scope":"local","time":1724363592,"timeNano":1724363592246354929}
{"status":"exec_die","id":"b7adf6354a17b7a2261ba1c6f6216b3d44635d3f36f4109e31c04959e6ef8c36","from":"kinsta/devkinsta_fpm:1.3.6","Type":"container","Action":"exec_die","Actor":{"ID":"b7adf6354a17b7a2261ba1c6f6216b3d44635d3f36f4109e31c04959e6ef8c36","Attributes":{"desktop.docker.io/binds/0/Source":"/Users/kristopherlagreca/DevKinsta/public","desktop.docker.io/binds/0/SourceKind":"hostFile","desktop.docker.io/binds/0/Target":"/www/kinsta/public/","desktop.docker.io/binds/1/Source":"/Users/kristopherlagreca/DevKinsta/private","desktop.docker.io/binds/1/SourceKind":"hostFile","desktop.docker.io/binds/1/Target":"/www/kinsta/private/","desktop.docker.io/binds/2/Source":"/Users/kristopherlagreca/DevKinsta/logs","desktop.docker.io/binds/2/SourceKind":"hostFile","desktop.docker.io/binds/2/Target":"/www/kinsta/logs/","desktop.docker.io/binds/3/Source":"/Users/kristopherlagreca/DevKinsta/logs","desktop.docker.io/binds/3/SourceKind":"hostFile","desktop.docker.io/binds/3/Target":"/var/log/fpm/","desktop.docker.io/binds/5/Source":"/Users/kristopherlagreca/DevKinsta/kinsta","desktop.docker.io/binds/5/SourceKind":"hostFile","desktop.docker.io/binds/5/Target":"/kinsta","desktop.docker.io/binds/7/Source":"/Users/kristopherlagreca/DevKinsta/wp","desktop.docker.io/binds/7/SourceKind":"hostFile","desktop.docker.io/binds/7/Target":"/www/kinsta/wp/","desktop.docker.io/binds/8/Source":"/Users/kristopherlagreca/DevKinsta/temp","desktop.docker.io/binds/8/SourceKind":"hostFile","desktop.docker.io/binds/8/Target":"/www/kinsta/temp/","execID":"d6b2469e24e2983e0d80c4bd071bde89dca084eb04e8b46ea1db404ff95470f2","exitCode":"0","image":"kinsta/devkinsta_fpm:1.3.6","name":"devkinsta_fpm","org.opencontainers.image.ref.name":"ubuntu","org.opencontainers.image.version":"20.04","vendor":"kinsta"}},"scope":"local","time":1724363592,"timeNano":1724363592246535262}
[2024-08-22 17:53:12.249] [info] [terminalExec] Child process exited with code 0
[2024-08-22 17:53:12.249] [info] [terminalExec] Child process exited with code 0
[2024-08-22 17:53:12.250] [info] [NGINXConfigEditor] Loading content into editor:
[2024-08-22 17:53:12.252] [info] [NGINXConfigEditor] Loading content into editor:
[2024-08-22 17:53:12.258] [info] [PhpIniEditor] Loading content into editor:
[2024-08-22 17:53:12.258] [info] [PhpIniEditor] Loading content into editor:
[2024-08-22 17:53:12.260] [info] [editGlobalPhpIni] Getting content from /www/kinsta/public/wells-college-association/.user.ini
[2024-08-22 17:53:12.260] [info] [dockerUtil/getContainer] Get 'devkinsta_fpm' Docker container
[2024-08-22 17:53:12.282] [info] [containerExec] Command 'test -f /www/kinsta/public/wells-college-association/.user.ini && echo $?' on devkinsta_fpm finished with exit code 0
[2024-08-22 17:53:12.326] [info] [PhpIniEditor] Loading content into editor:
[2024-08-22 17:54:11.142] [info] [cancelSiteMaintenanceMode] Cancelling maintenance mode for site environment with id 9eaa022a-31bb-48c4-9232-9ccd4aebeab2.
[2024-08-22 17:54:11.180] [info] [ProgressIndicator] { isFailed: false, isOpen: true }
[2024-08-22 17:54:11.203] [info] [ProgressIndicator] { isFailed: false, isOpen: true }
[2024-08-22 17:55:11.338] [warn] [cancelSiteMaintenanceMode] Request timed out, but the operation is most likely successful.
[2024-08-22 17:55:11.341] [info] [ipc/sync/cancel] Push site sync canceled
[2024-08-22 17:55:11.380] [info] [ProgressIndicator] { isFailed: false, isOpen: true }