[SOLVED] Fresh install 1.4.4 all functions not working after a server reboot
- 0
- Self Hosted
- Functions

docker compose up -d

same as always

Ok so all is up now

Will try to reboot

Seems to be better !

Working fine now !

Thanks a lot @Steven , will try tomorrow better but after 2 restart all docker container status are up and functions working fine

Don't know why I need this line on my side, this is very strange

this tells docker to restart the service if it goes down (like during reboot)

Last question, is it needed to change this in my .env file ?
-_APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes
+_APP_EXECUTOR_RUNTIME_NETWORK=runtimes
Because actually it's appwrite_runtimes

Run
docker network ls

To see all the available networks

Second, you can try rename it back to see.

NETWORK ID NAME DRIVER SCOPE
14805e750b7b appwrite bridge local
a3c47f94687c bridge bridge local
a542afbefe22 gateway bridge local
0b18edaea913 host host local
c16239cb4a95 none null local
8c9da1d0e64d runtimes bridge local

Then it seems like your network is name runtimes
and like it use to be appwrite_runtimes

So I need to replace it ?

Because it works with appwrite_runtimes
, I don't understand if i need to change or not ^^

If it works then, no

Right now, this is the value
_APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes
?

And it works after restart?

Yep
_APP_EXECUTOR_HOST=http://appwrite-executor/v1
_APP_EXECUTOR_RUNTIME_NETWORK=appwrite_runtimes

Then you good to go.

Ok perfect, it works with restart: unless-stopped
in the docker compose yaml

[SOLVED] Fresh install 1.4.4 all functions not working after a server reboot

Recommended threads
- Attribute already exists in schema
I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema". ```json { "27": { "ke...
- Decentralisation
I had queries regarding decentralisation with self hosting, particularly with sites as a recent addition. Can we decentralise sites as in many cases we would li...
- Error response from daemon: driver faile...
on endpoint appwrite-traefik (00bbc10e5875d0c367d8975c6abc946a77b7ec201a64a825399add44fb34ebb4): failed to bind port 0.0.0.0:80/tcp: Error starting userland pro...
