-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed as not planned
Closed as not planned
Copy link
Labels
bugSomething isn't workingSomething isn't working
Description
👟 Reproduction steps
With a fresh install of Appwrite 1.4.4 the executor env variable is set to the old network.
- In version
1.4.xthe runtimes network has changed fromappwrite_runtimestoruntimes. - The
_APP_EXECUTOR_RUNTIME_NETWORKvalue remainappwrite_runtimes
👍 Expected behavior
One solution:
Fresh install
The _APP_EXECUTOR_RUNTIME_NETWORK value should be runtimes
Upgrade
The _APP_EXECUTOR_RUNTIME_NETWORK value value should be changed to runtimes
Other solution:
Rename the network to appwrite_runtimes or leave it without a name (which can cause problems) just runtimes and let docker prefix it with the docker-compose.yml folder name.
👎 Actual Behavior
The _APP_EXECUTOR_RUNTIME_NETWORK value is like the old network settings.
🎲 Appwrite version
Version 1.4.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working