plane icon indicating copy to clipboard operation
plane copied to clipboard

[bug]: django.db.utils.OperationalError: connection failed: FATAL: database "plane" does not exist

Open CarlosPlasencia opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current behavior

I am trying to install plane on an EC2 (Ubuntu 22.04) and every time I try to install I get the error database "plane" does not exist in the logs, I tried to change the database and it gave me the error that the password does not match even though Just configure one for my user.

I did the same on my local (macbook) and it worked.

image

Steps to reproduce

  1. excecute ./setup.sh
  2. install
  3. change plane.env (NGINX_PORT, WEB_URL, CORS_ALLOWED_ORIGINS)
  4. excecute ./setup.sh again
  5. option 2

Environment

Production

Browser

None

Version

Self-hosted

CarlosPlasencia avatar Apr 15 '24 16:04 CarlosPlasencia