Questa guida rapida mostra come installare AlloyDB Omni, che può essere eseguito
in qualsiasi ambiente basato su UNIX che supporta i runtime dei container.
La tabella seguente elenca i requisiti minimi di hardware e software per AlloyDB Omni.
Sistema operativo/piattaforma
Requisiti hardware minimi
Software minimo
Linux
CPU x86-64 o ARM (*) con supporto AVX2
2 GB di RAM
10 GB di spazio su disco
Sistema operativo basato su Debian (Ubuntu e così via), RHEL 8 o 9
Kernel Linux 5.3 o versioni successive
Cgroupsv2 abilitato
Docker Engine 20.10 o versioni successive o Podman 4.2.0 o versioni successive
macOS
CPU Intel con supporto AVX2 o chip M
2 GB di RAM
10 GB di spazio su disco
Docker Desktop 4.20 o versioni successive
(*) Il supporto per le architetture ARM è in anteprima.
AlloyDB Omni viene eseguito in un contenitore. Prima di installare AlloyDB Omni, installa un runtime del contenitore come Docker o Podman sulla tua macchina.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-03-25 UTC."],[[["AlloyDB Omni can be installed in any UNIX-based environment that supports container runtimes, like Docker or Podman."],["The minimum requirements to run AlloyDB Omni include an x86-64 or Arm CPU with AVX2 support, 2 GB of RAM, 10 GB of disk space, and specific OS and software versions depending on whether the platform is Linux or macOS."],["To install AlloyDB Omni, use the `docker run` or `podman run` command to create a new container, remembering to set a password for the `postgres` user."],["By default, AlloyDB Omni stores data within the container, which is deleted when the container is removed; users can change this default and mount a host file system data directory."],["To clean up the AlloyDB Omni container, you must first stop it by using `docker container stop` or `podman container stop` before removing it using `docker container rm` or `podman container rm`."]]],[]]