0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/data
Kevin Ansfield ff1ac49b0a
Excluded mobiledoc_revisions table from exports (#10993)
no issue

- the `mobiledoc_revisions` table can grow very large in certain circumstances which can result in Out-Of-Memory errors when performing backups, resulting in failed upgrades
- adds `mobiledoc_revisions` to the exporter excluded tables list as a temporary solution until we have safer export creation and/or improved revision handling
2019-08-12 11:33:16 +01:00
..
db Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00
exporter Excluded mobiledoc_revisions table from exports (#10993) 2019-08-12 11:33:16 +01:00
importer 🐛 Fixed duplication error when importing posts without slugs 2019-08-12 09:20:31 +01:00
migrations Fixed naming of backup cotent perm migration 2019-08-09 15:00:26 +08:00
schema Added ability to pass columnSpec to addTableColumn 2019-08-09 14:39:01 +08:00
validation Added missing context from ValidationError 2019-08-09 14:39:01 +08:00
timezones.json