this post was submitted on 24 Feb 2025
7 points (100.0% liked)

Self-hosting

138 readers
1 users here now

Hosting your own services. Preferably at home and on low-power or shared hardware.

Also check out:

founded 2 years ago
MODERATORS
 

I currently have an email provider who also gives me my own nextcloud account. If I were to setup my own server in a while (which I would like to do), will I be able to carry over all my things (contacts, calendar,Talk conversations, appointment pages, etc) in some easy manner?

I've not yet started using these things because I'm not sure if it will be too much work to shift later.

top 5 comments
sorted by: hot top controversial new old
[–] tofuwabohu@slrpnk.net 3 points 1 week ago (1 children)

If you don't have server access to the old installation, no. You can probably transfer everything, but you have to check for every app how to export and import data via webgui. I know it works for calendar, contacs and probably more but I don't know about the rest. So it'll likely work but it's not exactly straightforward.

[–] absurdity_of_it_all@lemmy.ml 2 points 1 week ago

Okay, yeah that sounds a little tedious. I'll think a bit more

[–] poVoq@slrpnk.net 3 points 1 week ago* (last edited 1 week ago) (1 children)

You might be able to ask for a SQL database export that you could try to import into your own Nextcloud instance (with the same version). But that only works if they isolate accounts to a full instance and not just give people access to a single instance.

[–] absurdity_of_it_all@lemmy.ml 1 points 1 week ago

I'm not sure if I understand the last bit.

[–] ocean@lemmy.selfhostcat.com 2 points 1 week ago

If it was me I would stop the service then rsync it locally and run the service with he same setup.