No description
Find a file
github-actions[bot] 67d30304a6
Merge pull request #971 from nextcloud/automated/noid/main-update-nextcloud-ocp
[main] Update nextcloud/ocp dependency
2025-10-26 03:08:39 +00: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 feat(deps): Add Nextcloud 33 support 2025-09-04 13:01:20 +02: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-09-09 12:26:41 +00:00
l10n fix(l10n): Update translations from Transifex 2025-10-26 01:45:57 +00:00
lib fix(cli): Abort early if file does not exist 2025-05-27 10:59:14 +02: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 chore(psalm): Set default settings and update baseline 2025-05-26 14:54:39 +02:00
vendor-bin build(deps-dev): Bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2025-06-21 01:17:41 +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 v8.0.0-alpha.1 2025-01-09 14:35:56 +01:00
composer.json chore(phpunit): Move phpunit to vendor-bin, update version 2025-05-26 15:11:44 +02:00
composer.lock chore(dev-deps): Bump nextcloud/ocp package 2025-10-26 02:42:12 +00: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 feat(deps): Add Nextcloud 33 support 2025-09-04 13:01:20 +02:00
package.json feat(deps): Add Nextcloud 33 support 2025-09-04 13:01:20 +02:00
psalm.xml chore(psalm): Set default settings and update baseline 2025-05-26 14:54:39 +02:00
README.md docs(readme): Add reuse status badge 2024-12-16 20:48:35 +01:00
release.sh fix(release.sh): Take version from CHANGELOG and allow beta versions 2025-01-09 14:35:44 +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>