Commit Graph

4 Commits

Author SHA1 Message Date
Joe Grigg
7c1f9f39f9 Removed developer experiments configuration
Developer experiments used to be required in v5 but as we've switched to v6 they are no longer required to enable activitypub and traffic analytics.
2025-07-31 17:33:36 +01:00
James Loh
6890f5c4c6 Improved MySQL migration system
no ref

- Currently we prompt a user for a username to dump their Ghost database with which can be confusing if users can't remember their database details
- The Ghost user _likely_ has the required permissions to dump the database itself so we can first try that without prompting the user and _then_ prompt them if it doesn't work
- We added `--no-tablespaces` to the dump command to try and reduce the likelyhood of hitting users not having the `PROCESS` permission since most hosted DBs don't let this and Ghost's DB setup doesn't require DBs be dumped with that anyway
2025-07-08 15:57:13 +10:00
James Loh
fb8703d862 Update CLAUDE.md to latest version 2025-07-08 14:57:49 +10:00
Joe Grigg
72be447b06 Added inital configuration for Ghost, Caddy, MySQL & Traffic Analytics 2025-05-27 16:36:01 +01:00