dokku / dokku-mongo

a mongo plugin for dokku
MIT License
177 stars 32 forks source link

how to export / import a specific collection #83

Closed templth closed 7 years ago

templth commented 7 years ago

Hello,

Is there a way to import / export a specific collection through dokku-mongo?

Thanks very much for your help! Thierry

josegonzalez commented 7 years ago

No there is not a way to do that natively. You may be able to shim something using the connect functionality, but the import/export functionality is aimed at backup usage, which typically entails an entire datastore, not just a subset.

templth commented 7 years ago

@josegonzalez Thanks very much for your (very) quick answer!