digital-garden/_inbox/Бекап в MySQL.md
2024-06-13 21:01:37 +03:00

19 lines
1.0 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
aliases:
tags:
- зрелость/🌱
date:
- - 2024-06-05
zero-link:
- "[[00 MySQL]]"
parents:
linked:
---
- Можно временно выключить MySQL-сервер и скопировать файлы из папки /var/lib/mysql/db/.
- Само копирование занимает мало времени, однако восстановление сервера может занять часы.
- Копировать базу нужно регулярно, а постоянное отключение нехорошо для сервиса.
- Можно использовать снэпшоты. Для них не нужно останавливать MySQL-сервер.
- Использовать утилиту mysqldump
- mysqldump \[опции\] \[имя_базы\] > \[путь-и_имя_файла\].sql
## Дополнительные материалы
- [MySQL-копирование | Рег.ру](https://help.reg.ru/support/hosting/bazy-dannykh/mysql-kopirovaniye)