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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...
- Failed to start containers.
I'm trying to install Appwrite locally but struck on the subject point. There is no clear error in logs.