I was looking at that earlier too, sadly I could not see anything to help me… and I really hope my forum data is not going to be wiped… I have not had a backup created in a very very long time, so losing data would be unbelievably heartbroken.
Sadly I don’t think the container exists anymore as a fix I was attempting was to do a complete uninstall of docker and re-install. which left me with no existing container. So attempting to run that command now just leaves me with:
the alternative being maybe data corruption/loss, I guess I rather find out there have been some weird dependency issue between an old kernel and docker 20.10 that in turn kept psql to start… but I agree that’s a looong shot and that would beg the question “why now?”
I really doubt this, I feel like it has to be I must have stopped and uninstalled/reinstalled docker during the shutdown process of the database, im not entirely sure though.
So even without the container, it appears you have some state of the database potentially intact. Whatever you experiment with, keep a copy of this safe.
The way things are set up you can normally access the DB from within container as it sits on a docker volume.
If you can get a container built again you may be able to access this again, or else you would need to install postgres on the server (but that will be redundant once you get things working again).
It’ll be a very adventurous rodeo to try and recover this site. I haven’t done these recoveries in a while so my memory is a bit rusty. let me see if I can find any existing topics with the instructions on recovery.