I backup a server image which discourse runs smoothly, and then restore on a new server with the backup, but when I rebuild app from discourse directory, it always gets a error to access git, the message is:
By the way, the network has no problem that I can access github, I wonder there’s a configuration contains the old server’s ip address in discourse, but I can’t find it
The host network has no problem, but the Docker one is busted.
Last week someone complained with a similar bug and the docker network wasn’t able to connect to the DHCP provided DNS, and setting it to a public DNS (like 8.8.8.8) solved it.
Sorry for reviving old thread. I got the same problem:
fatal: unable to access ‘https://github.com/discourse/pups.git/’: Could not resolve host: github.com
ed49e7f0cd62b126dbf62361bde91094df50435ead3813455b1a9bf2305a2604
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
As I am not a developer / coder, I only possess limited knowledge about FTP, SSH, Linux commands. I mostly setup the forum by myself and learn along the way.
However, today I change some SMTP info in app.yml then I rebuild and got this problem.
Can someone point me to a comprehensive guide to fix the problem with the docker?