Well at first if you could, it would be enough to maintain a fork of the branch that interests you and use that to see it.
Regarding the database, you could use atlas if you wish, it is also a free option. However, it will not work quite well due to the limitations of the service, although if it is for development and testing it could work (although I recommend using it locally for that purpose)
What is the dump.rdb in the nodebb root dir?
-
According to the docs,
https://docs.nodebb.org/en/latest/upgrading/index.htmlOn 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.