plane icon indicating copy to clipboard operation
plane copied to clipboard

[bug]: Installation does not work because of "unknown shorthand flag: 'f' in -f"

Open L4ma opened this issue 11 months ago • 3 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current behavior

When I run the setup.sh script and select 1), an error is displayed immediately.

The following error is displayed: unknown shorthand flag: 'f' in -f

Here is another screenshot: Bildschirmfoto 2024-03-11 um 08 51 49

The whole thing happens on a root server from Hetzner with an Intel Core i7-6700 @ 3.40GHz x8, 64 GB RAM and 512 GB SSD

Steps to reproduce

  1. start the script.sh, if Plane is not yet installed.
  2. enter 1 as the action
  3. the error occurs

Environment

Production

Browser

Google Chrome

Version

Self-hosted

L4ma avatar Mar 11 '24 07:03 L4ma

Hi @L4ma, it seems the issue might be related to your Docker setup. Could you please try using docker compose up and see if that resolves the problem? If it's still not working, I recommend reinstalling Docker and checking again.

srinivaspendem avatar Mar 15 '24 08:03 srinivaspendem

Hello all, Same problem to install plane on a synology with container manager. Version of docker compose is :Docker Compose version v2.9.0-6413-g38f6acd

Thanks for your help Djo

djo074 avatar Mar 20 '24 15:03 djo074

Here on Ubuntu this helped: apt-get install docker-compose-v2

Now docker compose command is available: docker compose version Docker Compose version 2.20.2+ds1-0ubuntu1~22.04.1

Before, I only had docker-compose standalone command installed:

docker-compose version
docker-compose version 1.29.2, build unknown
docker-py version: 5.0.3
CPython version: 3.10.12
OpenSSL version: OpenSSL 3.0.2 15 Mar 202

florian-obradovic avatar Apr 23 '24 08:04 florian-obradovic