Open alexelov opened 2 years ago
Brilliant! I had thought of something like this as a possibility, but had zero thoughts as to how to figure out what the IP address used to be. I don't know how aleksander237 figured that out, but my hat is off to him. Thanks to you, also, alexelov, for sharing the workaround.
Let's go grab our data and figure out our next steps.
ClockingIt.com itself is working. Seems the IP address was changed and DNS wasn't refresh yet. So, to access and fix it for your self, edit your 'hosts' file. In case Windows it is at c:\windows\system32\drivers\etc\hosts. Edit as admin. add these lines to the bottom of it:
5.9.108.136 {username}.clockingit.com
5.9.108.136 repo.clockingit.com
5.9.108.136 www.clockingit.com
repo - will allow to run a sql dump from settings. God bless aleksander237 who found this and advised to do. Then I noticed that you do need 'repo' as well.
I hope it helps anybody else. Please feel free share it over the world.
Alex