this post was submitted on 24 Feb 2025
12 points (92.9% liked)

Self-hosting

4312 readers
2 users here now

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

Also check out:

founded 4 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 7 comments
sorted by: hot top controversial new old
[–] tofuwabohu@slrpnk.net 3 points 1 year 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 year ago

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

[–] poVoq@slrpnk.net 3 points 1 year ago* (last edited 1 year 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 year ago (1 children)

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

[–] ALERT@sh.itjust.works 3 points 1 year ago (1 children)

They could use one Nextcloud server for many users or one Nextcloud server per one user. If the latter, then they could give you control of the database. If the former - they cannot give you the access to the database, as there are other accounts there.

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

Makes sense. Thank you!

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

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