Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vinascript/html/wp-includes/functions.php on line 6114
Hướng dẫn sao lưu và khôi phục cơ sở dữ liệu trong MongoDB - VinaScript

Latest Post

Triển khai dự án PHP, Mysql với Nginx trên Docker Tìm hiểu về HTML – Ưu điểm, nhược điểm và cách hoạt động của HTML

Dưới đây, chúng tôi sẽ hướng dẫn bạn cách sao lưu và khôi phục một cơ sở dữ liệu trên MongoDB.

Sao lưu một database trên MongoDB

Để sao lưu cơ sở dữ liệu MongoDB, chúng ta sử dụng công cụ mongodump.

mongodump -d <database> -o <backup_folder>

VD:

Khôi phục một database trên MongoDB

Để thực hiện restore MongoDB database với thư mục đã backup trước đó chung ta dùng công cụ mongorestore

mongorestore --nsInclude='<database>.*' --drop <backup_folder>

VD:

Để lại một bình luận

Email của bạn sẽ không được hiển thị công khai. Các trường bắt buộc được đánh dấu *