Hi. Currently workflows are getting stored in local SQLite database. But my requirements is to store all workflow into external postgres database which is located on different machine. For example, I have two machine, one is for running workflow and other machine is for storing workflows into postgres database. Is there a way to do it?
Hey @shailesh23!
Welcome to the community
You can refer to the documentation here: https://docs.n8n.io/reference/data/database.html
Hi harshil.
Thanks. Can I get more info on that OR any in detailed example.
Hey Shailesh,
Can you please share what information you need exactly? The documentation link I mentioned gives all the required information.