Skip to content
inetGeek

Ghost on Render

Render publishes its own guide for deploying Ghost.

Open-source publishing platform running as a long-lived Node process, requiring MySQL in production and a writable content directory for uploads and themes.

01.

What Ghost needs.

Every host claims to run Ghost, so the claim on its own decides nothing. These are the things Ghost actually requires from the platform underneath it, and what Render publishes about each. Render documents 4 of the 4.

Persistent storage

Supported

Ghost writes uploaded images and installed themes into its content directory at runtime. On an ephemeral filesystem those disappear at the next deploy, and the posts referencing them break.

Sources (1) →
  • Persistent Disks – Render Docs ↗

    “You can attach a persistent disk to a paid Render web service, private service, or background worker. This enables you to preserve local filesystem changes across deploys and restarts.”

    Read 2026-09-05 · official docs

Managed databases

Supported

Ghost 5 supports only MySQL 8 for production. SQLite works for development, so a guide that sets one up is not showing you a production install.

Sources (1) →
  • Render Postgres ↗

    “Deploy fully managed, enterprise-grade databases that scale to any workload.”

    Read 2026-09-05 · official docs

Persistent processes

Supported

Ghost is one long-running Node process that serves requests and fires scheduled publishing. It is not a set of functions and cannot be deployed as one.

Sources (1) →
  • Background Workers – Render Docs ↗

    “Background workers are services that run continuously (like a web service or a private service), but they don't receive any incoming network traffic.”

    Read 2026-09-05 · official docs

Storage (entry plan)

No persistent disk is included on any instance type, including the entry `0.5c-512mb` plan; services run on an ephemeral filesystem unless a persistent disk is attached separately

A publication's image library grows steadily and is almost never pruned, so disk is the cap a busy Ghost site reaches before any other.

Sources (1) →

The requirement and the reason it matters are ours. Every value beside them was read from Render's own pages — expand a source to see the sentence it came from.

02.

What Render documents.

Render publishes its own guide for deploying Ghost.

This guide shows how to deploy a Ghost instance on Render in just a few minutes. This version uses a SQLite database stored on a Render SSD Disk so your data is saved across deploys and automatically backed up with daily snapshots. [...] As of Ghost 5, MySQL 8 is the only supported database for production deploys of Ghost. SQLite is only supported by Ghost 5 in a development environment.

Sources (1) →
  • Deploy Ghost — Render Docs ↗

    “This guide shows how to deploy a Ghost instance on Render in just a few minutes. This version uses a SQLite database stored on a Render SSD Disk so your data is saved across deploys and automatically backed up with daily snapshots. [...] As of Ghost 5, MySQL 8 is the only supported database for production deploys of Ghost. SQLite is only supported by Ghost 5 in a development environment.”

    Read 2026-09-05 · official docs

03.

What it costs to run there.

Pricing model
The Hobby plan does not have a monthly fee, so you only pay for usage.
When you exceed a cap
Pipeline minutes: overage is auto-purchased, but with no payment method or once the monthly spend limit is hit, Render stops all pipeline tasks including service builds for the rest of the month (platform-wide, all plans)
Regions
Oregon, USA; Ohio, USA; Virginia, USA; Frankfurt, Germany; Singapore
Sources (3) →
  • Platform Features by Plan – Render Docs ↗

    “The Hobby plan does not have a monthly fee, so you only pay for usage.”

    Read 2026-09-05 · official docs

  • Build Pipeline – Render Docs ↗

    “If you run out of pipeline minutes during a given month, you automatically purchase a supplementary amount of minutes for your current tier, unless you've reached your monthly spend limit, or you haven't added a payment method. In the above cases, Render stops running pipeline tasks (including service builds!) for the remainder of the current month.”

    Read 2026-09-05 · official docs

  • Regions ↗

    “Oregon, USA / Ohio, USA / Virginia, USA / Frankfurt, Germany / Singapore”

    Read 2026-09-05 · official docs

04.

Whether it suits you.

Workloads that need real background workers and persistent processes alongside web services, deployed from a repository or a Dockerfile. Managed Postgres and static sites run on the same platform.

Consider something else if…

Free web services spin down after 15 minutes without traffic, which makes the free tier unsuitable for anything that must answer immediately.

Written by Palash Bagchi on 2026-09-05. This is a recommendation, not a sourced fact — it carries no citation because it is an opinion.

Visit Render documentation