Hello please when cloning a production n8n instance (PostgreSQL) to staging, how can I prevent all the scheduled work flows from automatically running in the new environment?
I’m looking for a way to mass-disable their triggers upon restore, short of manually deactivating each one
You can actually solve this during the import process itself. Before inserting the workflow into the staging database, ensure the “active “ status is set to false in the workflow configuration. This will import it in a deactivated state