I am in the process of moving our discourse server to a new location.
On old server I did:
discourse backup
then copied the latest backup file from container to host system
copied it to new server
then on new server:
started the discourse container
copied backup file into it
did discourse restore (went fine)
Then I possibly made a mistake, I’ve tried to restart discourse container using docker restart, without rebuilding it.
when I opened it in browser, it was just showing me five blinking dots.
I tried rebuild the app, using ‘launcher rebuild app’ command. same five blinking dots.
Look at the javascript console. It’s probably a broken theme, but could be a broken CDN configuration if you have a CDN (or S3). If you don’t have CDN, then safe mode will probably fix it; then you can find the theme (or perhaps plugin) that’s the issue.