No description
Find a file
Côme Chilliet a37200c152
Merge pull request #1006 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-2.5.3
build(deps): Bump @nextcloud/auth from 2.5.1 to 2.5.3
2025-12-15 16:58:20 +01:00
.github ci: update node.yml workflow from template 2025-06-01 11:50:03 +00:00
.tx Update config 2022-10-11 12:37:51 +02:00
appinfo Merge pull request #993 from nextcloud/feat/add-export-date-and-manage-command 2025-12-15 12:31:03 +01:00
build-js build-js/WebpackSPDXPlugin.js(reuse): Add license file generation 2024-12-16 20:24:12 +01:00
img Use new app icon 2022-04-12 12:33:57 +00:00
js chore(assets): Recompile assets 2025-12-15 15:41:34 +00:00
l10n fix(l10n): Update translations from Transifex 2025-11-27 01:52:03 +00:00
lib Merge pull request #993 from nextcloud/feat/add-export-date-and-manage-command 2025-12-15 12:31:03 +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 chore: align dev dependencies with versions compatible with php 8.0 2025-12-11 10:49:31 +01: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 v8.0.0-alpha.1 2025-01-09 14:35:56 +01:00
composer.json chore: Move PHP platform to 8.0 for Nextcloud 29 support 2025-12-11 10:40:44 +01:00
composer.lock chore: align dev dependencies with versions compatible with php 8.0 2025-12-11 10:49:31 +01:00
COPYING Init 2022-01-12 05:18:01 +00:00
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): Bump @nextcloud/auth from 2.5.1 to 2.5.3 2025-12-15 16:55:50 +01:00
package.json build(deps): Bump @nextcloud/auth from 2.5.1 to 2.5.3 2025-12-15 16:55:50 +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 build-js/WebpackSPDXPlugin.js(reuse): Add license file generation 2024-12-16 20:24:12 +01:00

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>