ABOUT
MariaDB is a fork of the popular MySQL database management system that is developed and maintained by the open-source community. It is also commercially supported, offering enterprise-level features and support for organizations that require them. MariaDB aims to maintain high compatibility with MySQL, ensuring a drop-in replacement capability.
infoAccess Adminer Web UI at `http://<CONTAINER_IP>/adminer.php`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM4 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/mariadb.sh'; sha='917f17bcf7beccbafde33c0b82377de325aa8a250ea92723f490e8db3f6acb36'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/mariadb.shSHA-256 917f17bcf7beccbafde33c0b82377de325aa8a250ea92723f490e8db3f6acb36 alpineAlpine 3.24
Approved locally1 CPU256 MB RAM1 GB disk
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-mariadb.sh'; sha='19bb5335b1cdaedc565f501ba4d12e7b27a5987477411cf21c5cb0261f14d616'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-mariadb.shSHA-256 19bb5335b1cdaedc565f501ba4d12e7b27a5987477411cf21c5cb0261f14d616 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.