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

mapstore: strategy RollingUpdate improvements #93

Open
edevosc2c opened this issue Jul 3, 2024 · 0 comments
Open

mapstore: strategy RollingUpdate improvements #93

edevosc2c opened this issue Jul 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@edevosc2c
Copy link
Member

Currently, mapstore is in strategy Recreate because by default mapstore may automatically update the database schema. Recreate avoids having an old mapstore that is using the old db schema while a new one is updating the schema, essentially avoiding any potential SQL conflicts.

But you can ask mapstore to not update the schema automatically: validate: validate the schema, makes no changes to the database.. This would allow the administrator to set mapstore to RollingUpdate because it would be safe from unwanted SQL changes.

The goal of this issue is to offer the ability to:

  • modify geostoreEntityManagerFactory.jpaPropertyMap[hibernate.hbm2ddl.auto] in order to allow the admin to set to validate
  • and allow the ability to set the mapstore deployment to RollingUpdate
@edevosc2c edevosc2c added the enhancement New feature or request label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant