Add a shitload of missing stuff to our backups
This commit is contained in:
parent
050ee3659d
commit
2465a407fd
|
@ -36,12 +36,22 @@ export const backupDbCore = async (
|
||||||
'groups',
|
'groups',
|
||||||
'private-users',
|
'private-users',
|
||||||
'stripe-transactions',
|
'stripe-transactions',
|
||||||
|
'transactions',
|
||||||
'users',
|
'users',
|
||||||
'bets',
|
'bets',
|
||||||
'comments',
|
'comments',
|
||||||
'followers',
|
'followers',
|
||||||
'answers',
|
'answers',
|
||||||
'txns',
|
'txns',
|
||||||
|
'manalinks',
|
||||||
|
'liquidity',
|
||||||
|
'stats',
|
||||||
|
'cache',
|
||||||
|
'latency',
|
||||||
|
'views',
|
||||||
|
'notifications',
|
||||||
|
'portfolioHistory',
|
||||||
|
'folds',
|
||||||
]
|
]
|
||||||
return await client.exportDocuments({ name, outputUriPrefix, collectionIds })
|
return await client.exportDocuments({ name, outputUriPrefix, collectionIds })
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user