Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obsolete table: authtoken? #155

Closed
nblock opened this issue Jun 19, 2016 · 3 comments
Closed

Obsolete table: authtoken? #155

nblock opened this issue Jun 19, 2016 · 3 comments
Labels

Comments

@nblock
Copy link
Contributor

nblock commented Jun 19, 2016

I am using ownCloud/Nextcloud since 3.0 and have updated the instance from this version up until Nextcloud 9.0.50. I now want to migrate from SQLite to PostgreSQL and want to get rid of old tables before the actual migration.

Steps to reproduce

  1. Upgrade to Nextcloud 9.0.50
  2. Find a list of tables that are part of the migrated instance but not part of core/server + bundled apps + active 3rdparty apps

Expected behaviour

No diff between the two list.

Actual behaviour

Found oc_authtoken to be present.

A quick grep revealed the following:
8b01286 removes the table (2012)
d8cde41 adds the table again (2016, part of 9.1)

I assume that this old table should be removed before upgrading to 9.1, is this assumption correct?

@MorrisJobke
Copy link
Member

cc @ChristophWurst @LukasReschke

@MorrisJobke
Copy link
Member

Fix is in #192

@MorrisJobke MorrisJobke removed their assignment Jun 21, 2016
@MorrisJobke MorrisJobke added this to the Nextcloud 9.0.52 milestone Jun 21, 2016
@MorrisJobke
Copy link
Member

@nblock Thanks for noticing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants