You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optional logic for swapping existing Ghost files into the fresh install.
I foresee this working like there's a full Ghost content/ dir in the root of the project here that gets swapped into the fresh install.
If there is not a SQLite database inside then we might also do a check for a JSON export in the project root, which we could programmatically import via ghost-cli.
The text was updated successfully, but these errors were encountered:
Add optional logic for swapping existing Ghost files into the fresh install.
I foresee this working like there's a full Ghost
content/
dir in the root of the project here that gets swapped into the fresh install.If there is not a SQLite database inside then we might also do a check for a JSON export in the project root, which we could programmatically import via
ghost-cli
.The text was updated successfully, but these errors were encountered: