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

Cronicle upgrade doesn't work with a custom installation path #778

Open
1992kk opened this issue Jun 25, 2024 · 1 comment
Open

Cronicle upgrade doesn't work with a custom installation path #778

1992kk opened this issue Jun 25, 2024 · 1 comment

Comments

@1992kk
Copy link

1992kk commented Jun 25, 2024

Summary

Cronicle upgrade doesn't work with a custom installation path. We've installed cronicle at a custom path "/path/cronicle". However, when /path/cronicle/bin/control.sh upgrade is executed, it initiates a fresh install in /opt/cronicle directory.

Steps to reproduce the problem

  • Manually install cronicle at /path/cronicle
  • To upgrade it run /path/cronicle/bin/control.sh upgrade
  • This will not upgrade cronicle in /path/cronicle but will do a fresh installation in /opt/cronicle.

Your Setup

Operating system and version?

Rocky linux 8.7

Node.js version?

v16.20.2

Cronicle software version?

0.9.45

Are you using a multi-server setup, or just a single server?

1 Master and 3 workers

Are you using the filesystem as back-end storage, or S3/Couchbase?

Filesystem

Can you reproduce the crash consistently?

Yes

Log Excerpts

@jhuckaby
Copy link
Owner

Yeah, Cronicle really wants to live in /opt/cronicle. There are a bunch of things that expect that base path, particularly the control.sh script and all the CLI commands.

I'm really sorry you ran into this. I'll add a louder mention of this in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants