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
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...
- Next.js SSR Site Times Out on First Visi...
Hey everyone, I'm running a Next.js SSR site on a self-hosted Appwrite server (v1.9.0), and I've noticed a strange behavior that I'm hoping someone can help me...
- Appwrite migration stuck on pending
Migration an existing self hosted 1.9.0 to a new VPS tuning self hosted 1.9.0.. import data recognises the api url, project id and api and then when I create, i...