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
2025-07-08 15:57:13 +10:00
2025-06-26 16:33:12 +10:00
2025-05-27 16:23:47 +01:00
2025-06-25 15:44:39 +10:00
2025-07-08 15:57:13 +10:00
2025-05-27 16:23:47 +01:00

Ghost Docker

Configuration to run Ghost and its services with Docker Compose

Copyright & License

Copyright (c) 2013-2025 Ghost Foundation - Released under the MIT license.

Description
No description provided
Readme MIT 315 KiB
Languages
Shell 85.9%
JavaScript 12.4%
Dockerfile 1.7%