barryparr
(Barry Parr)
Juillet 2, 2016, 5:14
1
I wrecked my installation while trying to update Docker and nothing is working now. And I don’t have a backup.
How to do I tell what the state of my docker and in discourse installations are and figure out how to put this back together?
Is it possible to recover the data from my discourse installation and start over?
1 « J'aime »
Define “wrecked” ?
Post some logs into a gist.github.com (etc) and post your docker version as well?
barryparr
(Barry Parr)
Juillet 2, 2016, 6:35
3
The link to the log is below. I tried update Discourse, but had to update Docker first. I followed the directions on meta for updating, but had some problems.
http://parr.org/logs/forum_update.txt
1 « J'aime »
near the end, it says Please run ./launcher rebuild again
what happened then?
barryparr
(Barry Parr)
Juillet 2, 2016, 7:52
5
I just re-ran it:
root@coastsider:/var/discourse# ./launcher rebuild
Config file was not found, ensure containers/.yml exists
Available configs ( app )
root@coastsider:/var/discourse#
Steven
Juillet 2, 2016, 8:49
6
With ./launcher rebuild app
wouldn’t it work ?
3 « J'aime »
sjmscott
(Steve)
Juillet 2, 2016, 9:14
7
I got stuck upgrading and I tried to the following:
I am getting the identical message.
That’s because the command is
./launcher rebuild app
not
./launcher app rebuild
4 « J'aime »
Ah, I didn’t even catch that… I’d rebuild enough times that I used the up arrow key & return to rerun the same command.
Maybe instead of:
Please run ./launcher rebuild again
the line should be
Please re-run:
./launcher rebuild app
EDIT - PR Submitted
7 « J'aime »
barryparr
(Barry Parr)
Juillet 2, 2016, 10:50
10
My site is back.
Thank you for walking through that.
4 « J'aime »