Skip to content

add command to migrate from owncloud wnd external storage - #38470

Closed
icewind1991 wants to merge 3 commits into
masterfrom
oc-wnd-migrate
Closed

add command to migrate from owncloud wnd external storage#38470
icewind1991 wants to merge 3 commits into
masterfrom
oc-wnd-migrate

Conversation

@icewind1991

@icewind1991icewind1991 commented May 25, 2023

Copy link
Copy Markdown
Member
  • update backend type
  • update storage id
  • reencode password
  • handle non-basic auth providers
    • credentials are stored in oc_external_config, need to re-encrypte the password
      • password::password
    • credentials are stored in oc_credentials, need to migrate them to oc_storages_credentials and re-encrypte the password
      • password::logincredentials
      • password::global
    • Stored in memory so nothing to do
      • password::sessioncredentials
      • kerberos::kerberos
    • Not supported by Nextcloud
      • password::hardcodedconfigcredentials

Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
@AndyScherzingerAndyScherzinger added this to the Nextcloud 28 milestone Aug 3, 2023
@AndyScherzinger

Copy link
Copy Markdown
Member

/backport to stable27

@AndyScherzinger

Copy link
Copy Markdown
Member

/backport to stable26

@icewind1991
icewind1991force-pushed the oc-wnd-migrate branch 2 times, most recently from 9516bba to a1dde2fCompareSeptember 5, 2023 13:03
@artongeartonge self-assigned this Oct 2, 2023
Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Comment threadapps/files_external/lib/Command/MigrateOc.php Fixed
Signed-off-by: Louis Chemineau <louis@chmn.me>
@icewind1991

Copy link
Copy Markdown
MemberAuthor

@artonge's changes look good 👍

@artonge

Copy link
Copy Markdown
Collaborator

I also pushed more changes here: https://github.com/nextcloud/server/pull/39593/commits

@skjnldsvskjnldsv mentioned this pull request Nov 1, 2023
This was referenced Nov 6, 2023
This was referenced Nov 14, 2023
@blizzzblizzz modified the milestones: Nextcloud 28, Nextcloud 29Nov 23, 2023
@skjnldsvskjnldsv added the 2. developing Work in progress label Feb 21, 2024
This was referenced Mar 12, 2024
@AltahrimAltahrim mentioned this pull request Mar 20, 2024
@skjnldsvskjnldsv removed this from the Nextcloud 31 milestone Aug 14, 2024
@skjnldsv
skjnldsv deleted the oc-wnd-migrate branch December 19, 2024 18:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@icewind1991@AndyScherzinger@artonge@github-advanced-security@blizzz@skjnldsv