FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Fusion not leaving maintenance mode

    Scheduled Pinned Locked Moved
    General Discussion
    postgres install
    2
    3
    2.3k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      randall
      last edited by

      Hi,
      I'm using the quick start and I'm not able to get past maintenance mode. From the db log, I'm seeing this error. The db was created on my local PostgreSQL server, but no tables were generated.

      2022-11-12 08:26:55.618 EST [12143] ERROR: permission denied for schema public at character 51
      2022-11-12 08:26:55.618 EST [12143] STATEMENT: -- @formatter:off

      -- @formatter:on
      
      CREATE TABLE email_templates (
        id                       UUID         NOT NULL,
        default_from_name        VARCHAR(255) NULL,
        default_html_template    TEXT         NOT NULL,
        default_subject          VARCHAR(255) NOT NULL,
        default_text_template    TEXT         NOT NULL,
        from_email               VARCHAR(255) NULL,
        insert_instant           BIGINT       NOT NULL,
        last_update_instant      BIGINT       NOT NULL,
        localized_from_names     TEXT         NULL,
        localized_html_templates TEXT         NOT NULL,
        localized_subjects       TEXT         NOT NULL,
        localized_text_templates TEXT         NOT NULL,
        name                     VARCHAR(191) NOT NULL,
        PRIMARY KEY (id),
        CONSTRAINT email_templates_uk_1 UNIQUE (name)
      )
      

      2022-11-12 08:26:57.096 EST [12146] ERROR: relation "version" does not exist at character 21
      2022-11-12 08:26:57.096 EST [12146] STATEMENT: select version from version

      Any thoughts?

      P 1 Reply Last reply Reply Quote 1
      • P
        pclark @randall
        last edited by

        @randall

        Don't know your OS, but in case your error is related to what I found on a recent Windows/Postgres install:
        https://fusionauth.io/community/forum/topic/2219/maintenance-mode-db-creation-fails-without-message-with-postgresql-15-on-windows

        R 1 Reply Last reply Reply Quote 1
        • R
          randall @pclark
          last edited by

          @pclark it's macOS

          1 Reply Last reply Reply Quote 0
          • First post
            Last post