Add a guide for running Strapi with the PM2 process manager - #3465
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
derrickmehaffy
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 10, 2026 17:48
bfd239e to
d4a61b1
Compare
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 08:40
d4a61b1 to
6b4afaa
Compare
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 09:11
6b4afaa to
d5d43f0
Compare
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 09:17
d5d43f0 to
a2f1211
Compare
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 09:33
a2f1211 to
191e18a
Compare
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 10:27
191e18a to
7c42b3c
Compare
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 10:58
7c42b3c to
7b4429f
Compare
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 11:03
7b4429f to
235c203
Compare
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 12:21
235c203 to
760ad57
Compare
pwizla
approved these changes
Sep 11, 2026
pwizla
left a comment
Collaborator
There was a problem hiding this comment.
All good, thank you again!
Just like with the other PRs, I applied some changes. Now merging it.
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 12:35
760ad57 to
e5b8c79
Compare
pwizla
added this pull request to stack #3476
September 11, 2026 12:35
Replaces the Strapi Forum guide that went offline when the forum shut down. Covers installing PM2, the ecosystem file, surviving a reboot, log rotation, and redeploying. Documents what changes when running several instances: cluster mode needs a JavaScript entry point rather than a package manager script, schema synchronization has no lock between instances, and CRON jobs fire once per instance. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Replaces the last dead forum card, points the inline pm2 recommendation at the guide instead of the upstream repository, and turns the plain-text PM2 mentions in the proxy guides into links now that the page exists. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Replaces the schema synchronization, CRON and shared storage caveats with the shared snippet, so the PM2 and HAProxy guides no longer describe the same constraints in different words. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
pwizla
force-pushed
the
repo/add-pm2-process-manager-guide
branch
from
September 11, 2026 12:47
e5b8c79 to
dcb2376
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a deployment guide for running Strapi under PM2, covering installation, the ecosystem file, surviving a reboot, log rotation, and redeploying. It also documents what changes when running several instances: cluster mode needs a JavaScript entry point rather than a package manager script, schema synchronization runs once per process with no lock between instances, and CRON jobs fire once per instance. It replaces the last dead Strapi Forum card, points the inline pm2 recommendation on the deployment page at the guide, and links the guide from the proxy guides now that it exists.
Stacked on #3464. Review that one first.
Direct preview link 👉 here