#QOTO #Question - Moving to another server problematic? 

@freemo

If moving to another server will there likely be problems on new server since they will have character limit less than what we have here? - also previous attachments would probably be bigger too...

so if importing all posts from exported backup - what could you see as problematic on new server ? (or maybe new server will just ignore / cut off what is too much?)

@freeschool

If you migrate to a new server you can not move your posts at all. And you will loose a large portion of your followers (20%+). You will loose a similar portion of those you follow.

So most of your concerns are nonissues.

Also keep in mind migrations seem bugged for 2 people right now so you may not be able to migrate at all until we finish our update process which shouldnt be too much longer

@freemo Don't mind losing some stuff, so why do you think I can't move at all and do you mean just right now at this time of updating or do you mean just usually it's not possible because of QOTO differences to standard instance installs? Thanks

@freeschool its a bug two people expierenced since our migration. Not even sure if it will effect you or not. I suspect it will get fixed in the 5 updates we currently have in the pipeline.

@freemo So normally how would it be exporting backup from ours and importing to other servers considering the allowances here are more than most other places?

@freeschool mastodon never supported the migration of your posts. It isnt an incompatibility thing, you cant do it at all. Migrations move your followers only

@freemo So is it right to say: It's possible to archive one's own posts/toots via qoto.org/settings/export
but one cannot take those / import those elsewhere?

@freeschool im not sure if the export function exports your toots at all off hand. But you are correct that there is no way to import toots and likely neverwill be due to the spam that would be produced if you did

Exported Messages Archive (.tar.gz) ?... any ActivityPub software that can read exported archive? (Exporting messages / toots to archive and reading it elsewhere) 

@freemo A quick visit to settings/export page or qoto.org/settings/export tells me yes, toots are included.

So I wonder maybe what "compliant software" exists to read this *.tar.gz archive...

Settings/export page says:
"You can request an archive of your toots and uploaded media.
The exported data will be in the ActivityPub format, readable by any compliant software."

The setting/export page has also personal details showing user what is for for archive (I assume all of it or perhaps CSV lists marked below you have to do manually)

Media storage 1 GB
Toots 1111
Follows 1 CSV
Lists 1 CSV
Followers 1
You block 1 CSV
You mute 1 CSV
Domain blocks 1 CSV

(1's in stats are just for example)

❓ Question is about Exporting messages / toots to archive and reading it elsewhere somehow.
Even just text without media.
I'm not a programmer but could follow some steps if tested by someone to work or program made.

Follow

Exported Messages Archive (.tar.gz) ?... any ActivityPub software that can read exported archive? (Exporting messages / toots to archive and reading it elsewhere) 

@freeschool

This is how to compile `outbox.json` with `jq` to an array of posts that have the `published` date and its `content`.

```
jq '{ data: [.orderedItems[] | {published: .published, content: (.object | objects | .content // empty) }] }' outbox.json > content.json
```

(remark: not a jq expert, thus this could probably be simplified)

@freemo

Β· Β· 0 Β· 2 Β· 1
Sign in to participate in the conversation
Qoto Mastodon

QOTO: Question Others to Teach Ourselves
An inclusive, Academic Freedom, instance
All cultures welcome.
Hate speech and harassment strictly forbidden.