Influxdb database information being stored?

Hi All, using Node-Red in a docker container and would like to copy my backups (flows, database access information like user and password) into a new build image. It's working for the flows but not for the database information like user and password. Anyone has a hint for me ?

There are a number of topics in this forum that cover the backup of a node-red system so probably best to search for one of those.

The credentials for other systems are stored in the cred file but are encrypted so you will want to take a copy of your settings.js as well otherwise you won't have the key to decrypt them.

Generally, it is safe to take a copy of your whole userDir folder (most commonly ~/.node-red) excluding the node_modules folder.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.