How to safely upgrade from MariaDB 10.x to 10.3 without losing data

 https://www.ryadel.com/en/mariadb-10-upgrade-10-3-without-losing-data-how-to/

#1: Perform a full backup

The first thing to do is to perform a full backup of the whole MariaDB server instance. To do so, I strongly suggest you to read this MySQL/MariaDB backup tutorial using the free mysqldump command-line tool. In very short words, here’s the one-liner:

Không có nhận xét nào:

URL parameters with React Router

 https://ui.dev/react-router-url-parameters If you're reading this, you're probably familiar with the idea of function parameters. T...