v0.8.1 messed with accounts #474
omergoktas
started this conversation in
General
Replies: 1 comment 9 replies
-
Version 0.8.1 did not make any changes to the database layout or how information is accessed from the directory. Are you certain that the data you had was not from a 0.7 setup that was not migrated? Because what you describe is what would happen when an older database layout is used with a new version, which is not the case when upgrading from 0.8.0 to 0.8.1. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrading to v0.8.1 from v0.8.0, my entire user accounts disappeared. I have been using "mysql" backend for data and "internal" for user accounts. Any idea how to fix that?
My configuration:
Reverted back to v0.8.0 from my backups and everything works fine again.
Beta Was this translation helpful? Give feedback.
All reactions