0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/core/server
Rishabh Garg 5417c4d0e1 Removed stripe keys and analytics data from export (#12573)
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
2021-01-28 14:55:54 +05:30
..
adapters Improved JSDoc in default scheduler 2020-12-16 17:25:05 +13:00
api 💡 Split the v3 endpoint from the canary endpoint 2021-01-22 16:32:03 +13:00
data Removed stripe keys and analytics data from export (#12573) 2021-01-28 14:55:54 +05:30
lib Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
models Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
public Enabled Portal (#12317) 2020-11-03 14:36:21 +05:30
services Fixed Members importer usage of linkStripeCustomer 2021-01-26 21:26:19 +05:30
translations Updated links to ghost.org sites 2021-01-20 09:59:45 +13:00
views Updated head to only output custom favicons (#11949) 2020-06-30 15:07:08 +01:00
web Pointed the v3 endpoint to the v3 folder 2021-01-22 16:32:03 +13:00
analytics-events.js
ghost-server.js Improved job queue logging 2020-11-25 13:28:13 +13:00
index.js Prevented scheduling of recurring analytics jobs when not using emails (#12441) 2020-12-02 08:17:44 +00:00
overrides.js Improved threading performance on non-SQLite clients 2020-11-30 13:27:40 +13:00
update-check.js