-
Notifications
You must be signed in to change notification settings - Fork 997
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
bucket can not have db port #4725
Labels
kind/bug
Something isn't working
Comments
@wenerme Please give the desensitized command line parameters for the actual run |
juicefs format \
--storage postgres --bucket "1.1.1.1:1234/dev?search_path=jfs" \
"postgres://[email protected]:1234/dev?search_path=jfs" \
dev
# or
juicefs format \
--storage postgres --bucket "postgres://1.1.1.1:1234/dev?search_path=jfs" \
"postgres://[email protected]:1234/dev?search_path=jfs" \
dev |
Thanks for the feedback, this is a bug. |
@zhijian-pro Could you provide an estimated timeline for the next release? Thank you! |
@wenerme Have been released |
Not test yet, switch to using rclone for simple remote fs access |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
doc example
juicefs format \ --storage postgres \ --bucket "<host>:<port>/<db>[?parameters]"
but
What you expected to happen:
works as expected
How to reproduce it (as minimally and precisely as possible):
format with port in bucket
Anything else we need to know?
Environment:
juicefs --version
) or Hadoop Java SDK version: 1.1.2cat /etc/os-release
): anyuname -a
): anyThe text was updated successfully, but these errors were encountered: