1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
appwrite/app
Steven Nguyen 3c7c44adda
Fix _APP_EXECUTOR_HOST for upgrades
As of 1.4.0, the hostname of the executor should be executor rather than
appwrite-executor. The problem is our install command always uses the
existing installation's variable values as the default for the upgrade.
This means the _APP_EXECUTOR_HOST will retain it's old value.

This PR Adds an overwrite key to variables.php to allow overwriting the
variable value regardless of whatever was in the previous installation.
2023-09-04 11:06:43 -07:00
..
assets Merge branch '1.3.x' into feat-13x-master-sync 2023-02-21 07:38:46 +05:45
config Fix _APP_EXECUTOR_HOST for upgrades 2023-09-04 11:06:43 -07:00
console@88b6d59051 chore: revert console 2023-08-30 18:42:31 -04:00
controllers Merge pull request #6125 from appwrite/fix-functions-backwards-compatibility 2023-09-04 12:28:03 -04:00
views Remove cloud specific config 2023-08-30 14:45:22 -04:00
workers Fix events triggering functions and path not a string bugs 2023-09-01 21:15:53 +05:30
cli.php Fix "Pool 'console' is empty" error by breaking from loop when ready 2023-08-21 15:53:30 -07:00
http.php Clean up 2023-08-29 12:01:37 -04:00
init.php Update version 2023-08-30 15:45:38 -04:00
preload.php Fix startup errors 2022-11-12 14:35:42 +00:00
realtime.php Fix console db namespace 2023-08-21 15:53:30 -07:00
worker.php Fix functions worker crash 2023-08-23 15:08:26 -04:00