Thanks @julian , I understand that.
/etc/redis/redis.conf is configured as│dir /var/lib/redis
Actually, I sort of knew this, but if so, it does not make any sense dump.rdb appears under the home/username/ directory...
I think those checkboxes should start of checked
I agree with this one, similar confusion with the previous system as well. Greyed out works too, but three states might confuse users as well, UX wise
Maybe it would be better to keep that config in the plugin's directory and then modify this line to:
AWS.config.loadFromPath('./node_modules/nodebb-plugin-emailer-amazonses/config.json');
?
Also, am looking forward to you releasing this plugin
According to the docs,
https://docs.nodebb.org/en/latest/upgrading/index.html
On typical installs of Redis, the main database is found at
/var/lib/redis/dump.rdb.
and the file actually is there.
So, what is the dump.rdb in the nodebb root dir?
Thanks.