meteoris:backup-restore

v0.0.2Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

  • this Meteoris Backup Restore Package for dump and restore mongo db

default config :

host: "localhost"
port: "3000"
database: "meteor"
username: ""
password: ""
path: "your_application_folder/.dump/" //path folder destination for dump mongodb
pathUpload: "your_application_folder/.uploads/" //path foder temp destination for upload  file restore

you can change config from form config in url "http://appUrl/meteoris/backup-restore.

note : for dump folder and upload folder , it must have permission to write