Fresh Cloudron tying to install n8n, error due to "Not found: Unable to find container postgresql".
-
Hi all ,
I'm brand new to selfhosting Cloudron, but I have had a bit of fun running n8n locally. n8n is really powerful compared to similar tools I've tried in the past.
My aim was to setup cloudron with n8n on a local server, to run all sorts of automations. I installed cloudron, got dns and account setup without too much trouble.
When I try to install n8n from a fresh cloudron install, i get this error:
"Not found: Unable to find container postgresql"Thinking I could just uninstall and try again, I get same error "Not found: Unable to find container postgresql" when trying to uninstall.
So now I'm stuck.
Any suggestions what to do from here is much appreciated?
Also if you have any clues to why I got the postgresql error.Feb 14 19:06:30 box:tasks setCompleted - 6: {"result":null,"error":{"stack":"BoxError: Unable to find container postgresql\n at Object.inspect (/home/yellowtent/box/src/docker.js:528:50)\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async getContainerDetails (/home/yellowtent/box/src/services.js:270:20)\n at async Object.teardownPostgreSql [as teardown] (/home/yellowtent/box/src/services.js:1436:20)\n at async Object.teardownAddons (/home/yellowtent/box/src/services.js:633:9)\n at async uninstall (/home/yellowtent/box/src/apptask.js:702:5)","name":"BoxError","reason":"Not found","details":{},"message":"Unable to find container postgresql"}} Feb 14 19:06:30 box:tasks update 6: {"percent":100,"result":null,"error":{"stack":"BoxError: Unable to find container postgresql\n at Object.inspect (/home/yellowtent/box/src/docker.js:528:50)\n at processTicksAndRejections (internal/process/task_queues.js:95:5)\n at async getContainerDetails (/home/yellowtent/box/src/services.js:270:20)\n at async Object.teardownPostgreSql [as teardown] (/home/yellowtent/box/src/services.js:1436:20)\n at async Object.teardownAddons (/home/yellowtent/box/src/services.js:633:9)\n at async uninstall (/home/yellowtent/box/src/apptask.js:702:5)","name":"BoxError","reason":"Not found","details":{},"message":"Unable to find container postgresql"}} Unable to find container postgresql at Object.inspect (/home/yellowtent/box/src/docker.js:528:50) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async getContainerDetails (/home/yellowtent/box/src/services.js:270:20) at async Object.teardownPostgreSql [as teardown] (/home/yellowtent/box/src/services.js:1436:20) at async Object.teardownAddons (/home/yellowtent/box/src/services.js:633:9) at async uninstall (/home/yellowtent/box/src/apptask.js:702:5)
Thanks in advance
(from the newbie)
biozork