• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
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.4k
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 12 Nov 2022, 13:40

    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 14 Nov 2022, 23:35 Reply Quote 1
    • P
      pclark @randall
      last edited by 14 Nov 2022, 23:35

      @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 15 Nov 2022, 00:58 Reply Quote 1
      • R
        randall @pclark
        last edited by 15 Nov 2022, 00:58

        @pclark it's macOS

        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post