Pan Luo
Pan Luo
Thanks @cobenash for the detailed information. If I want to use the same database, I assume I don't need to do the export/import step. Correct? There is no schema changes...
It seems if I login to the container and run postgres inside container after backup-fetch, restore works fine. ``` docker run -it \ -v `pwd`/data:/var/lib/postgresql/data \ -p 5432:5432 \ compass/mattermost-db...
Just did a reading on [docker volume](https://docs.docker.com/engine/admin/volumes/). They recommend using volume instead of binding for storing data. I don't have any objection to switch to volume. However, we need to...
I'm not sure how much manual operations needed for upgrade database with `pg_upgrade`. Though, it seems for every major version upgrade, `pg_upgrade` is needed for the compatibility. So I think...
I think it tries to avoid to renew the same cert twice. However, when there are multiple ingresses using the same cert, instead of leaving one entry to renew, it...
Thanks for the reference. We tried to increase the timeout, but our user has to wait a long time (in our case around 10mins) to be able to get to...
Thanks @consideRatio. I wasn't aware there has been quite extensive discussions. I think my solution is simple enough. So sending in the PR #3011 for review. There is one simple...
Yes, we are using user-scheduler and user-placeholder. I remember we did the testing with both enabled. I'll redo a test to make sure.
@consideRatio Please checkout the PR description. The docker image is linked in the description as well. Let me know if there is anything else you would like me to add.
Tagging @yuvipanda @donotpush @Lastcysa for visibility and possible feedbacks