#[SOLVED] cannot deploy function -> executor containers created but not running

14 messages · Page 1 of 1 (latest)

cloud salmon
#

The error says it failed to deploy.
The error message is "couldn't resolve host"

docker ps -a output

docker ps -a --format 'tables {{.ID}}\t{{.Status}}\t{{.State}}\t{{.Image}}'
s CONTAINER ID   STATUS                          STATE     IMAGE
s 79c1db2526ef   Created                         created   img-captain-appwrite143-executor:1
s c3171c3b4dee   Created                         created   img-captain-appwrite143-executor:1
s 9b1b45573e24   Up 11 seconds                   running   img-captain-appwrite143-schedule:1
s 64edb823f456   Created                         created   img-captain-appwrite143-executor:1
s 33e272072e3c   Created                         created   img-captain-appwrite143-executor:1
s b55382098509   Created                         created   img-captain-appwrite143-executor:1
s 0529865db1e6   Exited (0) 18 seconds ago       exited    img-captain-appwrite143-schedule:1
s 28d982468d74   Exited (0) 50 seconds ago       exited    img-captain-appwrite143-schedule:1
s 51c7cf5b285d   Exited (0) About a minute ago   exited    img-captain-appwrite143-schedule:1
s 03f642125d15   Exited (0) About a minute ago   exited    img-captain-appwrite143-schedule:1

What should i do?

torpid escarp
#

How've you installed your Appwrite?

cloud salmon
#

caprover one click install

torpid escarp
#

I'm not sure is up to date

cloud salmon
#

hmmmm maybe you are right. i changed the version number to 1.4.3 on install, and i guess the pulled image and the caprover opinions have misaligned.

#

i'll look at self-hosted docs and try again.

#

great product so far btw.

torpid escarp
cloud salmon
#

i'm kicking the tyres to see how much it fits my purpose

torpid escarp
cloud salmon
#

cool man, thanks for your suggestion. totally makes sense to stick to the pure stuff 😄

torpid escarp
cloud salmon
#

this post can be closed.
resolved by installing appwrite from self hosted docs.
executor deployed my function and ran it.
thanks for the quick help. amazing.

torpid escarp