No description
Find a file
Nextcloud bot a633e33c94
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-06 02:27:42 +00:00
.github ci: update node.yml workflow from template 2025-06-01 11:50:03 +00:00
.tx
appinfo chore: release v10.1.0 2026-02-05 15:19:15 +01:00
build-js
img
js chore(assets): Recompile assets 2026-02-05 18:51:50 +00:00
l10n fix(l10n): Update translations from Transifex 2026-02-06 02:27:42 +00:00
lib fix: Catch Exception about unknown keys 2026-02-03 17:03:45 +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 chore: Move PHP platform to 8.0 for Nextcloud 29 support 2025-12-11 10:40:44 +01:00
composer.lock build(deps-dev): Bump bamarni/composer-bin-plugin from 1.8.3 to 1.9.0 2026-01-31 02:04:09 +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 chore: release v10.1.0 2026-02-05 15:19:15 +01: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>