Jump to content

Translations:Hydra/36/de: Difference between revisions

From NixOS Wiki
Created page with "Dieses Modul aktiviert PostgreSQL automatisch, außer die <code>services.hydra.dbi</code> wird geändert. Das Datenbanklayout wird automatisch erstellt vom Hydra-Service. Allerdings ist anzumerken, das zusätzliche Daten in der Datenbank gespeichert werden, was eine vollständige deklarative Konfiguration unmöglich macht. Daher sind Backups erforderlich. * Siehe <code>nixos-option</code> oder die [https://search.nixos.org/options?query=services.hydra Nixos Optionsseit..."
 
Jopejoe1 (talk | contribs)
No edit summary
Line 1: Line 1:
Dieses Modul aktiviert PostgreSQL automatisch,
Dieses Modul aktiviert PostgreSQL automatisch,
außer die <code>services.hydra.dbi</code> wird geändert. Das Datenbanklayout wird automatisch erstellt vom Hydra-Service. Allerdings ist anzumerken, das zusätzliche Daten in der Datenbank gespeichert werden, was eine vollständige deklarative Konfiguration unmöglich macht. Daher sind Backups erforderlich.
außer die <code>services.hydra.dbi</code> wird geändert. Das Datenbanklayout wird automatisch erstellt vom Hydra-Service. Allerdings ist anzumerken, das zusätzliche Daten in der Datenbank gespeichert werden, was eine vollständige deklarative Konfiguration unmöglich macht. Daher sind Backups erforderlich.
* Siehe <code>nixos-option</code> oder die  [https://search.nixos.org/options?query=services.hydra Nixos Optionsseite] für eine Liste aller Optionen.

Revision as of 12:53, 30 July 2024

Message definition (Hydra)
The module will automatically enable [[PostgreSQL|postgresql]] if you do not change the <code>services.hydra.dbi</code> option. Database layout will be created automatically by the Hydra service, however keep in mind that some state will be stored in the database and a complete stateless configuration is currently not possible - do your backups.

Dieses Modul aktiviert PostgreSQL automatisch, außer die services.hydra.dbi wird geändert. Das Datenbanklayout wird automatisch erstellt vom Hydra-Service. Allerdings ist anzumerken, das zusätzliche Daten in der Datenbank gespeichert werden, was eine vollständige deklarative Konfiguration unmöglich macht. Daher sind Backups erforderlich.