Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug]: sed errors when using "setup.sh" script to update on Arch Linux #6521

Open
1 task done
patbarron opened this issue Jan 30, 2025 · 2 comments
Open
1 task done
Assignees
Labels
🐛bug Something isn't working

Comments

@patbarron
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

When using the "setup.sh" script on self-hosted Plane to update an instance on Arch Linux, these error messages are displayed (excerpt from output of "setup.sh"):

Select a Action you want to perform:
   1) Install
   2) Start
   3) Stop
   4) Restart
   5) Upgrade
   6) View Logs
   7) Backup Data
   8) Exit

Action [2]: 5

***** STOPPING SERVICES ****

***** DOWNLOADING STABLE VERSION ****
Begin Installing Plane

Please wait while we check the availability of Docker images for the selected release (stable) with X86_64 support.
Plane supports amd64
Syncing environment variables...
Updating custom variables...
Custom variables updated successfully
sed: -e expression #1, char 29: unknown option to `s'
sed: -e expression #1, char 55: unknown option to `s'
sed: -e expression #1, char 39: unknown option to `s'
sed: -e expression #1, char 22: unknown option to `s'
sed: -e expression #1, char 53: unknown option to `s'
Environment variables synced successfully
Updating custom variables...
Custom variables updated successfully

Despite the sed errors, the update does appear to complete, in that the container images are pulled successfully.

Steps to reproduce

  1. Log in as "root" to an Arch Linux server hosting self-hosted Plane, and go to the directory where the setup.sh script has been downloaded to.
  2. Run "./setup.sh"
  3. Observe that the error messages noted above occur.

Environment

Production

Browser

None

Variant

Self-hosted

Version

v0.24.1

@patbarron patbarron added the 🐛bug Something isn't working label Jan 30, 2025
@akshat5302
Copy link
Collaborator

Hey @patbarron, thanks for bringing this up! We’re aware of this issue, and a fix will be included in an upcoming release.

Note: You can ignore these warnings for now, as the script is functioning as expected.

@yonas
Copy link

yonas commented Feb 18, 2025

@akshat5302 I'm not sure everything works, as I get stuck with "Waiting for API Service to Start" when trying to start the service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants