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
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....