Peertube export not working...
-
and then
-
That one is actually really easy to solve. Only thing is, that my Peertube instance is in Dutch language and i can't find an option to change it 🥴
Anyway, i shall do my best to help you get there, because there's a setting for that...
As Peertube admin logged into your instance,
Go to:Administration > Configuration > Basic >
In there you scroll (almost) all the way down, until you reached the "user import/export" settings.
There you will also find the value for max take out.Set it to your desired value and voila
-
@DanTheMan same here
-
Thanks for the report
definitely a somewhere...
I already did some deep diving into the error, but it's kinda complicated...
I found an older post that explains a little about the error in relation with postgresql..
https://stackoverflow.com/questions/52238781/postgres-integer-out-of-range-why-this-error-occurAnd some pure details:
https://pganalyze.com/docs/log-insights/app-errors/U130#:~:text=Explanation%3A,large value into the database.I guess it's better (like Girish mentioned) to report this upstream with the developers of Peertube...
@girish I'm no database expert, but isn't this something that has to be done on the database that holds Peertube on Cloudron, Postgresql?
Like to adjust the integer to the appropriate values of the database of Peertube?I'm gonna report it on their Github and keep this forum post updated when I have more info from there...
-
@DanTheMan said in Peertube export not working...:
Like to adjust the integer to the appropriate values of the database of Peertube?
My reading of the error is that the app (peertube) contructed a sql query and the query has a bug in it. Let me know what the upstream devs say, happy to fix accordingly.
-
I reported upstream and this is the outcome:
https://github.com/Chocobozzz/PeerTube/commit/e7ebcb16acbd43043fd7f95e8918b8ab50595796Should be fixed within the next update(s) of Peertube
I'll keep an eye open 🧐
-
Peertube has a new release, the export problem should be fixed in this one
"Fix big user export file size"
https://github.com/Chocobozzz/PeerTube/releases/tag/v6.2.0#:~:text=Fix big user export file size -
-
-
I saw this post as still being "unsolved".
Yesterday i succefully downloaded a exported backup from my Peertube instance (35GB).
So that's working fine now
Did not yet import it to another instance. But will try to do that in a short matter of time...
-