From 59f4ad690097f49d3fa8aaebf6132b986de75222 Mon Sep 17 00:00:00 2001 From: isshaddad Date: Wed, 18 Feb 2026 12:54:21 -0500 Subject: [PATCH 1/2] added v3 to v4 migreation note about IP change --- docs/migrating-from-v3.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/migrating-from-v3.mdx b/docs/migrating-from-v3.mdx index 03f0cae5776..d4263e3f17b 100644 --- a/docs/migrating-from-v3.mdx +++ b/docs/migrating-from-v3.mdx @@ -48,6 +48,10 @@ Note that between steps 4 and 5, runs triggered with the v4 package will continu concurrency will return to normal. + + When migrating from v3 to v4, our infrastructure IPs may change. If you use IP allowlisting (e.g. for databases or APIs), update your allowlists before or immediately after switching to v4 to avoid connectivity issues or downtime. + + ## Migrate using AI Use the prompt in the accordion below to help you migrate your v3 tasks to v4. The prompt gives good results when using Claude 4 Sonnet. You’ll need a relatively large token limit. From 27e265c8978c199f355dc29ac49cc878e9b0b33d Mon Sep 17 00:00:00 2001 From: isshaddad Date: Wed, 18 Feb 2026 13:05:45 -0500 Subject: [PATCH 2/2] added link to static ips --- docs/migrating-from-v3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating-from-v3.mdx b/docs/migrating-from-v3.mdx index d4263e3f17b..d259d41ba20 100644 --- a/docs/migrating-from-v3.mdx +++ b/docs/migrating-from-v3.mdx @@ -49,7 +49,7 @@ Note that between steps 4 and 5, runs triggered with the v4 package will continu - When migrating from v3 to v4, our infrastructure IPs may change. If you use IP allowlisting (e.g. for databases or APIs), update your allowlists before or immediately after switching to v4 to avoid connectivity issues or downtime. + When migrating from v3 to v4, our infrastructure IPs may change. If you use IP allowlisting (e.g. for databases or APIs), [update your allowlists](https://trigger.dev/changelog/static-ips) with the current static IPs before or immediately after switching to v4 to avoid connectivity issues or downtime. ## Migrate using AI