dosubot[bot] commented on issue #7808: URL: https://github.com/apache/incubator-devlake/issues/7808#issuecomment-2261513068
<!-- Answer --> It appears that the `mysqldump` command is still not including the actual data from the `lake` database. To ensure that all data is included, you can use the following command: ```sh mysqldump -u merico -p'merico' -h 127.0.0.1 -P 3306 lake > devlake_backup.sql ``` Make sure to replace `devlake_backup.sql` with your desired backup file name. This command should include all tables and data from the `lake` database <sup>[[1]](https://github.com/apache/incubator-devlake/blob/main/devops/releases/lake-v0.20.0/env.example)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org