Adding extra configration to sentry after first intall

I am new to On-Premise, I just installed version 20.7.2 around a month ago.

After setting that up I didnt change anything.
Now I plan to add two more configration to sentry.

  1. ldap setting
  2. performance monitoring feature

Both of them require making changes to sentry.conf.py
I assume I have to rebuild the images by running install script again?

So my question is

  1. Is there an easy way to just rebuild the images for sentry instead of cleaning up all the images then run the install script again
  2. I dont want to lost data after configration changed, but I guess as long as I dont touch the volumes then I am always good to reinstall?

Thanks

Hi!

We have documented this recently: https://develop.sentry.dev/self-hosted/#configuration

I hope this section answers your question. If not, let us know so we can improve (or better yet, submit a pull request and get your name on the hall of fame :wink: )

Yup, all data is stored in volumes so you can even destroy your containers if you want to :slight_smile:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.