← All playbooks
Hosting migration

Heroku → Render

Move Heroku apps, dynos, config vars, Postgres, key-value stores, workers, schedulers, domains, add-ons, release commands, logs, and traffic into Render with a rehearsed data cutover.

Typical timeline8–18 business days38–70 hours active work
Statusneeds review
Source testedHeroku documentation reviewed 2026-07-19
Destination testedRender documentation reviewed 2026-07-19
Last reviewed2026-07-19
Sources3
Before you migrate

Should you make this move?

Both platforms have a case. Compare what you gain with what you give up before scheduling the cutover.

Current platform

Heroku

Reasons to stay
  • Git-based deploys, buildpacks, and add-ons offer an exceptionally approachable platform
  • Managed deployments reduce infrastructure and release-management work
Reasons to leave
  • Pricing and infrastructure control become limiting as applications grow
  • Runtime assumptions, platform services, and pricing models shape the architecture
New platform

Render

What gets better
  • Straightforward web services, workers, databases, and static sites cover common architectures
  • Managed deployments reduce infrastructure and release-management work
What gets worse
  • Regional options, platform depth, and scaling controls are less extensive than larger clouds
  • Runtime assumptions, platform services, and pricing models shape the architecture
Best of the move

Render: Straightforward web services, workers, databases, and static sites cover common architectures. This removes a major source-side concern: Pricing and infrastructure control become limiting as applications grow.

Worst of the move

What you lose: Git-based deploys, buildpacks, and add-ons offer an exceptionally approachable platform. What you inherit: Regional options, platform depth, and scaling controls are less extensive than larger clouds.

01At a glance

Know the shape of the move.

Transfer outcome12 features audited
Transfer outcome distributionClean transfer: 1, Partial transfer: 7, Manual rebuild: 4, Not transferred: 0.
Clean1
Partial7
Manual4
Lost0
Mapping route9 of 9 fields have a destination path

This timeline assumes

  • Up to 10 apps, 10 process types, and 100 GB of Postgres data
  • The application source code and infrastructure dependencies are available for review.
  • A production-shaped destination preview runs before traffic changes.
  • The source stays intact and billable through the rollback window.
  • The migration team records evidence for every blocking verification check.
02Loss matrix

What survives the move.

“Partial” and “manual” are not footnotes. They are work that must be scheduled and verified.

ItemOutcomeImpactWhat happensMitigation
Apps, dynos, workers, and release processespartialcriticalRender maps Heroku apps to services, dynos to instances, workers to background workers, and release commands to pre-deploy commands.Create one Render service per process and test release ordering and concurrency.
Config vars and secretsmanualcriticalEnvironment values must be recreated and services do not share them by default.Use environment groups where appropriate and rotate secrets after verification.
Heroku Postgres and key-value datapartialcriticalData moves through explicit backup, restore, or replication rather than with the app deploy.Rehearse restore time, final write freeze, counts, extensions, and connection switching.
Add-ons, pipelines, logs, and operational historymanualhighThird-party add-ons may remain external, while platform pipelines and history do not transfer.Choose replacements and rebuild alerts, log streams, staging, and promotion behavior.
Source code and static assetscleancriticalRepository-owned application code can redeploy when the destination supports the framework and runtime.Pin versions and compare reproducible build output.
Build configuration and dependency cachepartialcriticalBuild images, commands, paths, caching, and framework detection differ.Run clean production and preview builds with no source cache.
Environment variables and secretsmanualcriticalSecret values and environment scoping do not transfer with code.Recreate least-privilege values and rotate them after cutover.
Functions, workers, and background jobspartialcriticalRuntime APIs, regions, limits, concurrency, retries, and scheduling differ.Port and integration-test every endpoint and job.
Databases and durable statepartialcriticalState requires a separate dump, restore, replication, or dual-write plan.Rehearse consistency, downtime, restore time, checksums, and backups.
Object, key-value, and persistent storagepartialcriticalManaged stores and attached disks do not move with the application deployment.Copy and verify every object, key, volume, and access policy.
Domains, DNS, and TLSmanualcriticalCustom domains and certificate ownership require destination validation and DNS changes.Lower TTL, prevalidate domains, and retain exact rollback records.
Redirects, rewrites, headers, and routingpartialcriticalRule syntax, ordering, matching, and proxy behavior differ.Create a routing registry and test every rule and status code.
03Field and feature mapping

Where each thing goes.

SourceDestinationMethodNotes
Heroku project, app, or serviceRender project or servicemanualMap topology, runtime, region, and ownership.
Build command and outputDestination build configurationtransformPin runtime and dependency versions.
Environment variable or secretDestination environment variable or secretmanualRecreate by environment and rotate.
Function, worker, or jobDestination compute unittransformPort APIs, limits, retries, and schedules.
Database or durable storeDestination data servicetransformMigrate and verify separately from code.
Domain and certificateDestination domain and certificatemanualPrevalidate before DNS changes.
Redirect, rewrite, or headerDestination routing ruletransformTest precedence, conditions, and status.
Preview or staging environmentDestination preview or staging environmentmanualRebuild branch and access behavior.
Log, metric, alert, or analytics streamDestination observabilitymanualReset history after exporting baselines.
04Before you begin

Make the move recoverable.

Backup procedure

Create the source-of-truth backup

Preserve Heroku data, configuration, and operating evidence before any destination write.

  1. Export Heroku build settings, environments, domains, routes, functions, stateful services, access, integrations, and recent releases.
  2. Create application, data, storage, DNS, certificate, and observability inventories.
  3. Record traffic, error, latency, build, job, and capacity baselines.
  4. Preserve the last known-good release and hash all exports.

Proof to capture: A signed manifest reconciles every scoped record class, runtime dependency, export file, count, and hash.

Transformation · Infrastructure manifest and route tester

Runtime and routing manifest

Translate application topology, builds, compute, domains, and rules.

  1. Inventory source values and exceptions.
  2. Define explicit destination mappings.
  3. Reject unmapped critical records.

Proof to capture: Save the input, output, command or tool settings, warnings, and final item counts.

Transformation · Provider tools, checksums, and restore scripts

State and configuration migration

Move data, objects, secrets, and observability deterministically.

  1. Normalize encoding, dates, identifiers, and blanks.
  2. Run a representative pilot.
  3. Reconcile accepted, rejected, and transformed rows.

Proof to capture: Save the input, output, command or tool settings, warnings, and final item counts.

05Handle with care

The things most likely to hurt.

These are operating limits. Treat every “Stop if” condition as a blocked migration, not a suggestion.

Preview

The app builds but runtime behavior differs

criticalpossible likelihood

Routes render while functions, jobs, state, caching, or retries behave differently.

Consequence
Users lose data or critical actions.
Mitigation
Test complete business paths under production-shaped load.

Stop if: Any critical path lacks durable evidence.

Cutover

Both platforms write durable state

criticalpossible likelihood

Source and destination workers, schedules, or web traffic modify the same data.

Consequence
State diverges or actions duplicate.
Mitigation
Freeze source writers and transfer one owner at a time.

Stop if: An unapproved source writer remains active.

Domain

DNS rollback is unavailable

criticalpossible likelihood

Certificates, proxy settings, or DNS records cannot return traffic quickly.

Consequence
An outage outlives the application fix.
Mitigation
Prevalidate both directions and preserve exact prior records.

Stop if: Rollback cannot be completed within the approved objective.

06Precise timeline

Do the work in this order.

Estimate forUp to 10 apps, 10 process types, and 100 GB of Postgres data
Total elapsed8–18 business days
Active work38–70 hours
BufferAdd time for multi-terabyte databases, private spaces, many add-ons, websockets, or strict uptime requirements.
01
Days 1–3Inventory and decisions2–3 days
02
Days 3–5Backup and reconcile1–3 days
03
Days 5–12Map and pilot3–8 days
04
Days 10–20Final delta and switch1–5 days
05
Days 12–40Observe and close3–10 days
  1. Days 1–3 · inventory

    Inventory and decisions

    6–12 hours active2–3 days elapsedOwner review waiting
    • Inventory Heroku data, features, users, domains, and integrations.
    • Approve scope, owners, mappings, and exclusions.

    Depends on: Heroku and Render administrator access

    Stop / go checkpoint

    Export?

    Go when: Every critical item has an owner and disposition.

    Stop when: Consent, billing, access, or system ownership is unclear.

  2. Days 3–5 · backup

    Backup and reconcile

    5–10 hours active1–3 days elapsedExport processing waiting
    • Create immutable exports and configuration evidence.
    • Reconcile counts, totals, and hashes.

    Depends on: Approved inventory

    Stop / go checkpoint

    Transform?

    Go when: Source totals and export manifests agree.

    Stop when: Any critical dataset or configuration is absent.

  3. Days 5–12 · pilot

    Map and pilot

    10–35 hours active3–8 days elapsedDestination processing and review waiting
    • Configure Render and transform representative data.
    • Run a pilot containing normal records and every critical edge case.

    Depends on: Verified backup

    Stop / go checkpoint

    Scale?

    Go when: Pilot mappings, behavior, access, and evidence pass.

    Stop when: Any critical check fails or produces unexplained variance.

  4. Days 10–20 · cutover

    Final delta and switch

    5–25 hours active1–5 days elapsedDNS, import, or sync propagation waiting
    • Freeze production writes in Heroku.
    • Apply the final delta, switch ownership, and run blocking checks.

    Depends on: Passed pilot and approved rollback

    Stop / go checkpoint

    Open production?

    Go when: Counts reconcile and one destination system owns production.

    Stop when: A source writer remains active or a blocking check fails.

  5. Days 12–40 · observe

    Observe and close

    3–18 hours active3–10 days elapsedOperating-cycle evidence waiting
    • Monitor one complete operating cycle.
    • Sign the verification report and close rollback only after stability.

    Depends on: Verified cutover

    Stop / go checkpoint

    Close rollback?

    Go when: No trigger occurs during the agreed observation period.

    Stop when: Data, access, delivery, routing, or business results regress.

07The point of change

Cut over with a way back.

Go live

Cutover

Make Render the only production system without losing the final Heroku delta.

Recommended window: A low-volume weekday morning with platform, data, DNS, and business owners available.

  1. Freeze production writes and scheduled actions in Heroku.
  2. Export, transform, and reconcile the final delta.
  3. Apply the approved delta to Render.
  4. Switch domains, forms, integrations, sending, or sync ownership as applicable.
  5. Run every blocking verification check and keep the source intact.

Proof to capture: Render owns production, totals reconcile, and every blocking check has durable evidence.

Return to safety

Rollback

Return production ownership to Heroku without losing destination-era changes.

Deadline: Within seven days and before source data, plans, credentials, domains, or billing are changed.

  1. Stop new writes and scheduled actions in Render.
  2. Restore the prior Heroku routing, forms, integrations, sending, or sync ownership.
  3. Export the Render post-cutover delta.
  4. Review and apply safe destination-era changes to Heroku.
  5. Run the same blocking checks against the restored source.

Proof to capture: Heroku again owns production with current data and no duplicate destination action.

Rollback immediately when
  • Unexplained critical count or value variance
  • Missing or exposed critical data
  • Duplicate production action
  • Failed access, routing, delivery, or integration check
  • A critical feature has no safe destination replacement
08Verification report

Prove the migration worked.

Every blocking check must pass. Capture the evidence before cleanup begins.

0%
Interactive report preview0 / 8 checks passed
PassIDCheckMethodExpected resultEvidence
V-01BlockingReproducible releaseBuild a pinned source revision from a clean environment.Output and dependency versions match acceptance.Build log and artifact hash.
V-02BlockingHTTP behaviorCrawl routes, redirects, rewrites, headers, errors, and assets.Approved status, body, and header parity.Route diff.
V-03BlockingFunctions and jobsRun every endpoint, queue path, schedule, retry, and timeout.One correct durable result per test.Runtime log.
V-04BlockingData and storage reconciliationCompare counts, checksums, invariants, and backup restore.Every scoped item is accounted for and recoverable.State report.
V-05BlockingSecrets and accessTest representative users, services, previews, and production actions.Least privilege with no secret exposure.Access evidence.
V-06BlockingDNS, TLS, and rollbackResolve from multiple networks and exercise rollback records.Valid TLS and routing within approved objectives.DNS and certificate report.
V-07BlockingLogs, metrics, traces, and alertsGenerate known failures and load.Signals arrive with correct context and thresholds.Observability evidence.
V-08BlockingSingle production platformInspect traffic, writers, jobs, webhooks, and deployment triggers.Render alone owns production.Ownership checklist.
09Post-migration cleanup

Remove the scaffolding safely.

Safe after: One complete operating cycle, at least seven stable days, and owner sign-off on every blocking check.

  1. Create final Heroku exports and archive verification evidence.
  2. Revoke temporary credentials, API keys, webhooks, and elevated roles.
  3. Remove obsolete embeds, forms, jobs, integrations, and DNS records.
  4. Keep the source intact through the approved retention window.
  5. Cancel paid plans only after billing, legal, and recovery review.
  6. Schedule the next Render backup, access, and migration-playbook review.
10Experiences from the field

When the plan met reality.

First-hand accounts are preferred. Vendor case studies are labeled, and every note below is an editorial paraphrase—follow the link for the full context.

Render’s interview with ReadMe infrastructure engineer Ryan Park covers an eight-year Heroku estate moved with about 90 seconds of downtime. The team began with a full service inventory, chose Render-native replacements selectively, left one PostgreSQL-backed service behind for later replacement, and load-tested a proof of concept before the final cutover. The managed-service similarity kept the learning curve low for a small infrastructure team.

What they recommend
  • Inventory every service and dependency first, then decide which components should migrate, remain external, or be retired.
  • Load-test a production-shaped proof of concept and rehearse the cutover before moving the primary application.
Worth noticing
  • ReadMe did not force every Heroku component into Render; selective replacement reduced unnecessary migration work.
  • A familiar managed-service model helped product engineers remain self-sufficient after the platform change.
Sources and maintenance

Built to be reviewed.

Tested 2026-07-19. Next scheduled review: 2026-10-19.

  1. Render: migrate from HerokuAccessed 2026-07-19
  2. Heroku: create a Postgres backupAccessed 2026-07-19
  3. Render: infrastructure as codeAccessed 2026-07-19