barryparr
(Barry Parr)
2016 年 7 月 2 日午後 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
Define “wrecked” ?
Post some logs into a gist.github.com (etc) and post your docker version as well?
barryparr
(Barry Parr)
2016 年 7 月 2 日午後 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
near the end, it says Please run ./launcher rebuild again
what happened then?
barryparr
(Barry Parr)
2016 年 7 月 2 日午後 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
2016 年 7 月 2 日午後 8:49
6
With ./launcher rebuild app
wouldn’t it work ?
「いいね!」 3
sjmscott
(Steve)
2016 年 7 月 2 日午後 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
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
barryparr
(Barry Parr)
2016 年 7 月 2 日午後 10:50
10
My site is back.
Thank you for walking through that.
「いいね!」 4