LogoLogo
Go to Syntho.AI
Dutch (AI Translated)
Dutch (AI Translated)
  • Welcome to Syntho
  • Overzicht
    • About Syntho
    • Get started
      • Introduction to data generation methods
      • Use Case: AI-generated synthetic data
      • Use Case: AI-generated synthetic time series data
      • Use Case: Database de-identification
    • Frequently asked questions
  • Werkruimten instellen
    • View workspaces
    • Create a workspace
      • Connect to a database
        • PostgreSQL
        • MySQL / MariaDB
        • Oracle
        • Microsoft SQL Server
        • DB2
        • Databricks
        • Hive
        • SAP Sybase
        • Azure Data Lake Storage (ADLS)
        • Amazon Simple Storage Service (S3)
    • Edit a workspace
    • Delete a workspace
    • Share a workspace
    • Transfer workspace ownership
  • Een gegevensgeneratietaak configureren
    • Configure table settings
    • Configure column settings
      • AI-powered generation
        • Sequence model
          • Prepare your sequence data
      • Mockers
        • Consistent mapping
        • Supported languages
      • Duplicate
      • Exclude
      • Hashing
      • Calculated columns
      • Primary Key / Foreign Key
    • Manage personally identifiable information (PII)
      • Discover and de-identify PII columns
        • Identify PII columns manually
        • Automatic PII discovery with PII scanner
      • Remove columns from PII list
      • Automatic PII discovery and de-identification in free text columns
      • Supported PII & PHI entities
    • Manage foreign keys
      • Foreign key inheritance
      • Add virtual foreign keys
        • Add virtual foreign keys
        • Use foreign key scanner
        • Import foreign keys via JSON
        • Export foreign keys via JSON
      • Delete foreign keys
      • Circular foreign key references
    • Validate and Synchronize workspace
    • View and adjust generation settings
    • Table relationships
      • Verify foreign keys
      • Synthesize individual tables with automatic key matching
      • De-identify PII columns
  • Syntho implementeren
    • Introduction
      • Syntho architecture
      • Requirements
        • Requirements for Docker deployments
        • Requirements for Kubernetes deployments
      • Access Docker images
        • Using internet
        • Without internet
    • Deploy Syntho using Docker
      • Preparations
      • Deploy using Docker Compose
      • Run the application
      • Manually saving logs
    • Deploy Syntho using Kubernetes
      • Preparations
      • Deploy Ray using Helm
        • Troubleshooting
      • Deploy Syntho using Helm
      • Validate the deployment
      • Troubleshooting
      • Upgrading the applications
    • Manage users and access
      • Single Sign-On (SSO) in Azure
      • Manage admin users
      • Manage non-admin users
    • Logs and monitoring
  • Subsetting
    • What is subsetting
    • Verify foreign keys
    • Configure subsetting
  • Syntho API
    • Syntho REST API
Powered by GitBook
On this page
  • Upgraden van de Helmkaart voor Ray
  • Upgraden van de Helm grafiek voor Syntho UI

Was this helpful?

  1. Syntho implementeren
  2. Deploy Syntho using Kubernetes

Upgrading the applications

Afhankelijk van welke typen applicaties kunnen worden geüpgraded, moeten we wijzigingen aanbrengen in het Helm-waardenbestand voor de syntho-ui Helmkaart of het Helmwaardenbestand voor de ray Helmkaart. De volgende secties beschrijven de wijzigingen die voor elk type upgrade gemaakt moeten worden.

Upgraden van de Helmkaart voor Ray

In de meeste gevallen, is het upgraden van de Ray-diagram noodzakelijk. Bijvoorbeeld, het upgraden naar een nieuwe versie van Ray of het upgraden van het aantal werknemers. Nadat de nodige wijzigingen zijn aangebracht in de values.yaml bestand, kunnen we de Helm-kaart verwijderen en vervolgens opnieuw installeren om Ray te upgraden. Om de Ray kaart te upgraden, kunnen we gewoon de volgende commando's uitvoeren:

helm deïnstalleer ray-cluster --namespace syntho
helm installeer ray-cluster ./helm/ray --waarden values.yaml --namespace syntho

Opmerking: in sommige gevallen, Een applicatie in de Syntho UI Helm grafiek moet ook worden geüpgraded om de wijzigingen in de Ray Helm grafiek te weerspiegelen. Dit wordt beschreven in de volgende sectie.

Upgraden van de Helm grafiek voor Syntho UI

In sommige gevallen, is het nodig om de Syntho UI grafiek te upgraden. Bijvoorbeeld, het upgraden naar een nieuwe versie van de Syntho UI of het upgraden van het aantal werknemers. Nadat de nodige wijzigingen zijn aangebracht in de values.yaml bestand, kunnen we het commando uitvoeren om de Helm installatie te upgraden. Om de Syntho UI grafiek te upgraden, kunnen we gewoon het volgende commando uitvoeren:

helm upgrade --cleanup-on-fail syntho-ui ./helm/syntho-ui --values values.yaml --namespace sy
PreviousTroubleshootingNextManage users and access

Last updated 11 months ago

Was this helpful?