Successful migration from OTRS version 6.0.24 to Zammad version 6.1.0 following the official migration documentation, without any errors during the process either via web interface or console.
Actual behavior:
Encountering an error while trying to migrate from OTRS to Zammad through the web interface. The error message received on every request made to the OTRS import API is as follows:
Install Zammad version 6.1.0 using docker-compose on a Windows machine running Docker.
Follow the official Zammad documentation for migrating from OTRS to Zammad.
Attempt the migration through the Zammad web interface, observe the error on every request to the OTRS import API.
Attempt to set the import endpoint via the console using the command provided in the official documentation, observe the error regarding the inability to find the config setting āimport_otrs_endpointā.
The log does not show much, where I see that error in the Zammad interface during the migration. When making requests
root@d2a9059ea050:/opt/zammad# tail -f log/production.log -n 500
I, [2023-09-13T05:31:37.417029#4021-6320] INFO ā : Using Zammadās file store as Rails cache store.
I, [2023-09-13T05:31:37.417319#4021-6320] INFO ā : Using the File back end for Zammadās web socket session store.
These are the states, and there is at least one in a Closed state.
I was reviewing what you posted on GitHub but sorry, I donāt know exactly what I should do?
Or where can I find that developer version of zammad to do the migration. Itās just that I want to keep zammad in production and now Iām doing these tests to finally do it in a productive environment