How to run cli commands in N8N Primary Service?
Anonymous
HOBBYOP

3 months ago

How do I run a terminal command on the N8N Primary Service?

More specifically, I want to export all of my workflows using the n8n cli command:
n8n export:workflow --all --output=backups/latest/

Then, I'd like to export the files and save them as backup.

$10 Bounty

2 Replies

Railway
BOT

3 months ago


brody
EMPLOYEE

3 months ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody 3 months ago


sammekekko
PRO

3 months ago

I believe you can use Railway's CLI to SSH into the project where you can run your commands!

Here is the guide to install it.


Loading...