mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
5417c4d0e1
closes https://github.com/TryGhost/Ghost/issues/12449 We’re starting to bump into errors with our current exporter due to the size of some of the tables in the db and hitting an issue with Ghost running out of memory during export. The intention for the export/import is not to be backup/restore functionality, but for exporting content and authors. In addition, exporting and re-importing Stripe secret/publishable keys can cause unexpected side-effects for sites that can has major side-effects. This change - - Removes `email_batches` and `email_recipients` tables from export data to reduce export size due to large amount of analytics data - Removes stripe's secret/publishable/webhook keys to avoid unexpected issues with re-import |
||
---|---|---|
.. | ||
index.js |