renew ssl (in some cases I encountered, SSL’s free of Let’s Encrypt did not automatically renew).
What command can be used to renew ssl without using: ./launcher rebuild app ?
Because rebuild will affect the database, and many other things. So I ask: What command can be used to renew ssl without having to use: ./launcher rebuild app ?
The only reason they I know that you’d need to rebuild to get a new certificate is that your base image is too old and doesn’t have the new root certificate (that expired in October, I think).
I think that you need to rebuild.
It might be possible to contrive to upgrade the running container, but I think that I tried doing that a few times and failed.
And running an old version of Discourse isn’t a sustainable solution anyway.