Today, I was asked to upgrade my discourse forum as it was quite outdated.
Now I have 2 discourse dockers running on my server, with two different yaml files (and a Nginx proxy for each which directs it to the correct domain name)
The discourse I wanted to upgrade had its YML file under containers/applimen.yml where I had given all the forum specific information as per an older documentation
I then gave this command as instructed from the folder which has the launcher script:
git pull
./launcher rebuild applimen
I was surprised to note that the entire forum has been recreated. I do not have any of my old posts. I was asked to start a new account from scratch.
Can you please tell me what i did wrong, and instead what is it that I should have done? I want to upgrade the other discourse that I have. I already lost the data of one discourse. I don’t want to lose the second one.