LinkinStars commented on issue #1206: URL: https://github.com/apache/incubator-answer/issues/1206#issuecomment-2552752590
There are two options here: 1. If the previous configuration file already exists, there is no option to reinstall it. Instead, modify the contents of the configuration file directly, especially the MySQL connection part. ```bash # find the answer-data and modify the conf/config.yaml $ docker volume inspect answer-data ``` 2. The second option is to export the original MySQL data, delete all the original data, including answer-data, and import the data(over write) after reinstallation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
