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

Import recipe and reload settings #5557

Open
agriffard opened this issue Feb 15, 2020 · 3 comments
Open

Import recipe and reload settings #5557

agriffard opened this issue Feb 15, 2020 · 3 comments
Milestone

Comments

@agriffard
Copy link
Member

If you import some settings (ex: Smtp) with a non-setup recipe and that the current tenant is not reloaded, the settings won't be taken into effect.

How can we avoid this?
Create a step that reload the current site?

@pgy866
Copy link

pgy866 commented Feb 17, 2020

Can all relevant data of the site support export and import?

@agriffard
Copy link
Member Author

Can all relevant data of the site support export and import?

Please see #5558 and add a comment if you think a deployment step is missing.

@sebastienros
Copy link
Member

sebastienros commented Feb 27, 2020

  1. we could always restart the tenant when a recipe is executed
  2. we could have a checkbox to have the tenant reloaded
  3. we could have recipe steps set a flag on the recipe execution service that will let the system know it need to be restarted. It could even be as clever as detecting it (with the recipe step names/types) to ask for a confirmation before actually running it.
  4. we could display a notification to warn that the tenant might need to be reloaded. (simplest solution right now)

@sebastienros sebastienros added this to the 1.0.x milestone Feb 27, 2020
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

4 participants