makeplane / plane

🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
http://plane.so
GNU Affero General Public License v3.0
29.91k stars 1.66k forks source link

[bug]: variable in plane.env doesn't work (POSTGRES_PASSWORD, SECRET_KEY) #4749

Open loutig opened 4 months ago

loutig commented 4 months ago

Is there an existing issue for this?

Current behavior

i figured it out that i can't use my own password and secret key in the plane.env. If i set a my own POSTGRES_PASSWORD, then the DB creation not working. If i set my own SECRET_KEY, then i can't upload anything to minio.

Have you hard-coded all the thing ??

image

Steps to reproduce

  1. install plane with setup.sh
  2. modify plane.env and set a password to POSTGRES_PASSWORD
  3. start plane with setup.sh

Environment

Production

Browser

Google Chrome

Variant

Self-hosted

Version

v0.21-dev

igmarketing commented 2 months ago

I really wanted to like this but a simply bug like this and still not fixed since 2 months? Wow... we can't even install the app as your docker script is broken.

pablohashescobar commented 2 months ago

@loutig, @igmarketing sorry for missing this.

if you change the postgres password you have to update update the DATABASE_URL environment as well as this is used by the application to connect to database.

regarding the minio issue can you share the network log when you are trying to upload the image.

on the install script part what is the issue you are facing @igmarketing ?