Hello,
We have an old Ubuntu server - 16.04 that we host our forum.
Recently the server crashed and discourse stopped. When we tried to do ./launcher restart or ./launcher rebuild app, we got the message that minimum version of docker supported is 20.0.10.
However, official Ubuntu 16.04 (xenial) has only upto docker version 19 in the official docker repository.
So we manually downloaded a docker version 20 from a seperate branch that works with Ubuntu 16.04. The docker installed fine.
However, when we tried to do a rebuild app, we got some failure messages in the installation and the installation was not successful.
We do not want to lose the posts and data from the existing forum. We also do not have an option of upgradig Ubuntu as it has other applications running in parallel which we cannot risk disrupting.
How can we get the discourse forum to rebuild successfully and not lose existing data, given the above situation?