Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • U user_pwauth
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • VC
  • user_pwauth
  • Issues
  • #17
Closed
Open
Issue created Jan 10, 2021 by Han Boetes@hboetes

Old user data is not removed.

I'd like to highlight this issue, so it's easier to find for others. The oc_cards table is used for finding people to share files with.

Old user data might have been accumulated in the oc_cards table. This table might have been filled by the LDAP app, which I have also experimented with.

Since the oc_cards table contains no really important data, it should be safe to empty it. That goes like this:

mysqldump --no-data nextcloud oc_cards > oc_cards.sql
mysql nextcloud < oc_cards.sql
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking