Recover lost or new environments fast by loading workflow backups from GitHub straight into n8n. It finds files in your repo and creates only the workflows that are missing. Teams use it after a reset, a move to a new space, or when setting up a fresh tenant.
Start it by clicking execute. A Globals step holds your repo owner, repo name, and folder path. The flow lists all files in that folder, fetches each file, and decodes the base64 content into readable JSON. It also pulls all current workflows from n8n, builds a list of names, and compares the two lists. Only names not found in n8n move forward. A final check prevents any edge case duplicates. The create step uses the stored JSON and the file name to build each workflow.
You need GitHub access to a repository that stores exported n8n workflow JSON files and an n8n API credential with rights to read and create workflows. Expect restore time to drop from hours to minutes while avoiding manual errors. Ideal for disaster recovery, workspace migrations, and keeping staging and production aligned without copy paste.