This app allows users to easily migrate from one instance to another using an export of their account
Перейти к файлу
Nextcloud bot 0ec5b2745d
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-11-05 01:54:20 +00:00
.github
.tx
appinfo
img
js chore(assets): Recompile assets 2024-10-15 17:11:28 +00:00
l10n Fix(l10n): Update translations from Transifex 2024-11-05 01:54:20 +00:00
lib
screenshots
src
templates/settings/personal
tests
vendor-bin
.eslintrc.js
.gitattributes
.gitignore
.l10nignore
.nextcloudignore
.php-cs-fixer.dist.php
CHANGELOG.md
COPYING
Makefile
README.md
babel.config.js
composer.json
composer.lock
krankerl.toml
package-lock.json chore(deps-dev): Bump elliptic from 6.5.7 to 6.6.0 2024-10-31 02:13:00 +00:00
package.json chore(deps): Bump vue-material-design-icons from 5.3.0 to 5.3.1 2024-10-15 10:06:15 -07:00
psalm.xml
release.sh
stylelint.config.js
webpack.config.js

README.md

Nextcloud User migration

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>