Modify the MariaDB data directory
-
Bitnami installations that use system packages contain the MariaDB data at the /bitnami/mariadb/data directory, by default. Check it by running the following command:
$ cat /opt/bitnami/scripts/mariadb-env.sh | grep DB_DATA_DIR export DB_DATA_DIR="${DB_VOLUME_DIR}/data"
NOTE: The DB_VOLUME_DIR environment variable is set to /bitnami/mariadb.
-
To change the location of the MariaDB data directory, modify the /opt/bitnami/scripts/mariadb-env.sh file as shown below:
... export DB_DATA_DIR=/bitnami/mariadb/data ...
-
Finally, move the data/ directory to the new location and restart the database.