Im trying to migrate to another self hosted instance but keep getting a domain resolution error.
The migration detects all the data correctly but then after its started it fails.
"errors": [
"Could not resolve host: -------"
]
Any ideas?
Worker migrations started [Job] Received Job (659f13397d7ae1.83531245). Could not resolve host: appwrite.---.--- Could not resolve host: appwrite.---.--- #0 /usr/src/code/src/Appwrite/Platform/Workers/Migrations.php(257): Utopia\Migration\Sources\Appwrite->report() #1 /usr/src/code/src/Appwrite/Platform/Workers/Migrations.php(85): Appwrite\Platform\Workers\Migrations->processMigration(Object(Utopia\Database\Document), Object(Utopia\Database\Document)) #2 /usr/src/code/src/Appwrite/Platform/Workers/Migrations.php(49): Appwrite\Platform\Workers\Migrations->action(Object(Utopia\Queue\Message), Object(Utopia\Database\Database), Object(Utopia\Database\Database)) #3 /usr/src/code/vendor/utopia-php/queue/src/Queue/Server.php(248): Appwrite\Platform\Workers\Migrations->Appwrite\Platform\Workersclosure}(Object(Utopia\Queue\Message), Object(Utopia\Database\Database), Object(Utopia\Database\Database)) #4 [internal function]: Utopia\Queue\Server->Utopia\Queueclosure}('0') #5 /usr/src/code/vendor/utopia-php/queue/src/Queue/Adapter/Swoole.php(37): call_user_func(Object(Closure), '0') #6 {main}
can you connect to that host from the server? or from the container?
The migrations doesn’t start until there’s been communication between the two, right?
Recommended threads
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...