-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dump doesn't produce any output #9111
Comments
Coincidentally, I just encountered the same behavior when using the Anyway, you might want to check that [EDIT] I'm using Gitea 1.9.5. [EDIT 2] I agree that Gitea should print an error rather than silently stopping the dump. That may be a secondary bug. |
Thanks for the hint I found the issue and it was connected to your finding! Thanks! There definitely should be an error message saying what's wrong. Should I close this issue or keep it open as a placeholder for adding an error message discussion? |
This issue could be closed and any document update PRs are welcome! |
I looked at this a bit and the issue is that |
But we could have our own replacement for |
Description
I started to configure the backup of my gitea instance. Unfortunatly
dump
commandgives me only one line of output:
I can find more info in the log file (above) but this doesn't give me any hints neither. It looks like it just stopped in the middle.
When setting up the server I had to deal with this issue regarding
barracuda
andinnodb_large_prefix
#2979 and also now I found this similar issue report #8941 where missing migrations were the problem. I feel like this is a hint to my case but need help connecting all the dots.The text was updated successfully, but these errors were encountered: