Gity37
Gity37
DDokploy
Created by Arif on 11/2/2024 in #old-help
Backup file is empty of MySQL database
I left a comment in this issue where I explain how to fix the problem in already created database services: https://github.com/Dokploy/dokploy/issues/1382#issuecomment-2708500510
43 replies
DDokploy
Created by Arif on 11/2/2024 in #old-help
Backup file is empty of MySQL database
Nevermind I found the bug in the code and I opened a PR: https://github.com/Dokploy/dokploy/pull/1431
43 replies
DDokploy
Created by Arif on 11/2/2024 in #old-help
Backup file is empty of MySQL database
@Gity37
43 replies
DDokploy
Created by Arif on 11/2/2024 in #old-help
Backup file is empty of MySQL database
I have the same issue where i try to backup my mysql database to S3 and generates 0 bytes sql files. In my case i have db service for DEV and other for PROD, same configuration, same databases in each one. DEV backups work perfectly and PROD doesn't. Another weird thing is if i try to connect to PROD mysql (mysql -u root -p) if i copy the password from the app button and paste it, it doesn't work. I have to write it manually. No special characters in the password and again only happens in PROD. No idea if this is related but I hope that my experience help to find the root cause of the issue.
43 replies