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

Schema upgrade from 20041114 / EPS 1.58.15 somehow possible? #37

Open
sottolski opened this issue Aug 24, 2020 · 0 comments
Open

Schema upgrade from 20041114 / EPS 1.58.15 somehow possible? #37

sottolski opened this issue Aug 24, 2020 · 0 comments

Comments

@sottolski
Copy link
Contributor

Now that I managed to connect to mysql, the next challenge is to upgrade the db schema. Our installation tells me to be version 1.58.15; the db.schema.version is 20041114 (from the configuration table).

I tricked the SchemaVersion.update() by adding a schema.id property with value "200411" to actually perform the update, but it seems to work only partly. I have my users and the hierarchy, and am able to login, but no passwords are displayed. So I suppose some schema upgrades from at least "20041114" until "201112" are missing.

Any chance that you could bring the missing steps into the new version?

For a little background, we obviously still use the EPS. However, it became dead slow lately. Especially seaching can take several minutes. Apparently, the history has grown to big over time, and there seems to be not obvious way to wipe older entries from the db to speed things up. Besides hoping for speed, the new interface looks way more user friendly and intuitive.

Thanks

Sascha

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

No branches or pull requests

2 participants