Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-4362

dropped table when creating a new user directory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.10.2, 4.11.0
    • 4.10.0
    • None
    • None

      When configuring a new user diretory with an existing table (not created by Ametys) the table is dropped at the next reboot because we execute the initialization migration for user-directory.jdbc.

      When creating the directory we check the existence of the table. If the table doesn't exist, we run the initialization migration to initialize the table.
      But if the table is present, we do nothing, so the initialization is run at the next boot because the version is computed based on defined population but the version is not initialized.

            Unassigned Unassigned
            ggouin Guillaume Gouin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: