75

Hello all,

For a few days now I have been reading about the shiny new opencloud alternative to nextcloud. Has anyone tried to migrate from nextcloud to opencloud?

I have not found a guide about how to move the files from one to the other. I want to try it out and if I like it enough, move. But how does one do that?

you are viewing a single comment's thread
view the rest of the comments
[-] ZeldaFreak@lemmy.world 5 points 10 months ago

Databases are not the issue but that the updater doesn't handle it... My personal instance and our work instance never take long (a few seconds) to fix the database. I mean the instance is already in maintenance mode and adding a checkbox to do it or not to do it, should be simple. I don't know if there are instances where it takes long and its better to do it during the night.

[-] bjoern_tantau@swg-empire.de 1 points 10 months ago

I've made an update script that tries to run the migrations and index updates in one go.

#!/bin/bash
/usr/bin/php8.3 /cloud/updater/updater.phar --no-interaction --no-backup
/usr/bin/php8.3 /cloud/occ maintenance:repair --include-expensive
/usr/bin/php8.3 /cloud/occ db:add-missing-indices

The updater itself is by far the slowest of the three commands. I think downloading the new version into a different folder and just moving apps and files over would be much quicker. But I haven't had the time to look at potential errors with that method.

this post was submitted on 05 Nov 2025
75 points (95.2% liked)

Selfhosted

61901 readers
21 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS