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

Add ability to use "install.sh -path /opt/my_path" without need to install FB first in the default folder ("/opt/firebird") [CORE5724] #5990

Closed
firebird-automations opened this issue Jan 24, 2018 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @pavel-zotov

Is related to CORE5204

Votes: 1

When we run:
1) http://install.sh [Enter]
2) http://install.sh /opt/my_path
- then two FB instances will be created w/o problem, and first instance will be placed in the default folder "/opt/tfirebird"

But this is not so if folder "/opt/firebird" does not exists before installation and we want to create only FB instance in "non-standard" path.
Error on console will be:

systemctl --quiet enable firebird-superserver.service
Failed to execute operation: No such file or directory

It seems that some part of code inside installer still searches "/opt/firebird" folder in this case.

Commits: ee4c54a 134abff

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

Bug is fixed. Switch '-path' still creates secondary installation, i.e. firebird server is not started automatically and no files are added to lib & include system dirs.

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Link: This issue is related to CORE5204 [ CORE5204 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 4.0 Beta 1 [ 10750 ]

Fix Version: 3.0.5 [ 10885 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Resolved [ 5 ]

QA Status: No test => Cannot be tested

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment