No description
Find a file
github-actions[bot] 2ee5116bed
Merge pull request #1059 from nextcloud/dependabot/npm_and_yarn/flatted-3.4.2
build(deps-dev): Bump flatted from 3.3.3 to 3.4.2
2026-03-21 10:43:28 +00:00
.github chore: Add reuse workaround in js script and use PHP minimum version for psalm 2026-02-26 13:39:08 +01:00
.tx
appinfo chore: release v10.1.0 2026-02-05 15:19:15 +01:00
build-js chore: Add reuse workaround in js script and use PHP minimum version for psalm 2026-02-26 13:39:08 +01:00
img
js chore(assets): Recompile assets 2026-02-05 18:51:50 +00:00
l10n fix(l10n): Update translations from Transifex 2026-03-15 02:02:54 +00:00
lib fix: Fix importing a user as a new one from occ 2026-03-12 16:37:12 +01:00
LICENSES docs(reuse): Add license files 2024-12-16 20:49:16 +01:00
screenshots docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
src docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
templates/settings/personal docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
tests feat: Add user_migration:manage command and last export date 2025-12-02 11:28:09 +01:00
vendor-bin build(deps-dev): Bump phpunit/phpunit in /vendor-bin/phpunit 2026-01-28 01:23:51 +00:00
.eslintrc.js docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
.gitattributes docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
.gitignore chore(phpunit): Move phpunit to vendor-bin, update version 2025-05-26 15:11:44 +02:00
.l10nignore docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
.nextcloudignore chore(build): Ignore vendor-bin folders from release builds 2025-05-26 15:15:02 +02:00
.php-cs-fixer.dist.php docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
AUTHORS.md docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
babel.config.js docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
CHANGELOG.md chore: release v10.1.0 2026-02-05 15:19:15 +01:00
composer.json build(deps-dev): Bump deepdiver/zipstreamer from 2.0.3 to 3.0.1 2026-02-28 02:04:09 +00:00
composer.lock build(deps-dev): Bump bamarni/composer-bin-plugin from 1.9.0 to 1.9.1 2026-02-28 03:51:16 +00:00
COPYING
krankerl.toml docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
Makefile docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
package-lock.json build(deps-dev): Bump flatted from 3.3.3 to 3.4.2 2026-03-21 10:42:16 +00:00
package.json chore: release v10.1.0 2026-02-05 15:19:15 +01:00
psalm.xml chore: Move PHP platform to 8.0 for Nextcloud 29 support 2025-12-11 10:40:44 +01:00
README.md docs(readme): Add reuse status badge 2024-12-16 20:48:35 +01:00
release.sh chore: Add npm command to release script 2025-11-27 15:29:34 +01:00
REUSE.toml chore(phpunit): Move phpunit to vendor-bin, update version 2025-05-26 15:11:44 +02:00
stylelint.config.js docs(reuse): Add SPDX header 2024-12-16 20:42:53 +01:00
webpack.config.js

Nextcloud User migration

REUSE status PHPUnit GitHub Action Node GitHub Action Lint GitHub Action

👤➡ User migration app for Nextcloud

This app allows users to easily migrate from one instance to another using an export of their account.

  • 🐱 Log in to cat.example.com/nextcloud
  • ⚙ Go into Personal settings > Data migration
  • ☑ Select what you want to export (settings, files, profile information, profile picture, calendars, contacts…)
  • ⚙ Start the export and wait for the server to process it
  • 📁 Download the resulting file called user.nextcloud_export
  • 🐶 Open an account on dog.example.com/nextcloud
  • 🡅 Upload user.nextcloud_export into your files
  • ⚙ Go into Personal settings > Data migration and start the import
  • 🎉 Enjoy your stay on your new instance and close you old account

Screenshots

Select what to export from your old instance

Export data selection

Export in progress

Export in progress

Import into your new instance

Import file selection


occ Commands

The following occ commands are available. For a full description of command usage please pass the --help flag.

Export

occ user:export [options] [--] [<user> [<folder>]]

Import

occ user:import [options] [--] <archive>