You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No backup file or whatsoever is created. I was actually on the way of exporting the data and migrate to postgres. Some help or pointers would be appreciated.
The text was updated successfully, but these errors were encountered:
Could you attempt using the -c flag on this command and pass the full path to the config file? This seems like you are exec-ing into the docker container, and by doing so you have a different workingdir.
No i do think i got it already, i checked out the code and started debugging with breakpoints.
It seems that a migration went wrong and did not added some columns to the sqlite database, but for some reason it was reporting it was on version 109. So i put this back to 107 and run the migrations again. Now it is working and exporting again.
The funny part is that i did not get the error messages output, although in the code there are some lines like log.Fatalf but those are not output to the console. (seems to be in the log file)
[x]
):Description
I am trying to make a dump for a backup of my database and repository but the dump command stops right after the first line of output.
No backup file or whatsoever is created. I was actually on the way of exporting the data and migrate to postgres. Some help or pointers would be appreciated.
The text was updated successfully, but these errors were encountered: