@pitaj @baris
Follow-up:
I installed nodebb in my home folder. (It's in /var/www on my current server. I'm not sure why I put it there. I presume it doesn't matter where it is.)
I first renamed the present dump.rdb file to "dump.rdb.old." I then copied the saved dump.rdb file to redis on my new server. This proceeded without an error. I changed the permissions of /var/lib/redis and the dump.rdb file appropriately. I then restarted redis and nodebb.
I didn't try to move over the plugins (Imgur; and Sendmail) I mentioned above.
Unfortunately, the result looks like this: http://192.241.201.15:4567
Instead of like this: http://howardmann.us:4567
How do I begin to troubleshoot the result ? Does the appearance of the page suggestive of some particular issue ?
Here is the contents of config.json:
{
"url": "http://192.241.201.15:4567",
"secret": "thesecret",
"database": "redis",
"redis": {
"host": "127.0.0.1",
"port": "6379",
"password": "thecorrectpassword",
"database": "1"
},
"type": "literal"
}
I don't see the "type": "literal" in config.json on my current server. I don't know what this is.
Thanks!
Howard