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

Provide info about config storage backend in status command #380

Closed
indigoxela opened this issue May 18, 2024 · 1 comment · Fixed by #381
Closed

Provide info about config storage backend in status command #380

indigoxela opened this issue May 18, 2024 · 1 comment · Fixed by #381
Assignees

Comments

@indigoxela
Copy link
Member

Currently, if the active config storage class is db ($settings['config_active_class'] = 'ConfigDatabaseStorage';) and the path isn't set, there's no display of that info when running bee st.

It would be nice to add that to status.bee.inc

Note: there's absolutely no error or problem, just no info output re db. So it's not urgent, just nice to have.

@indigoxela indigoxela changed the title Provide info about config storage class in status command Provide info about config storage backend in status command May 18, 2024
@yorkshire-pudding yorkshire-pudding self-assigned this May 20, 2024
@yorkshire-pudding yorkshire-pudding added pr: needs review pr: needs testing A pull request has been linked to the issue and requires testing. labels May 20, 2024
@indigoxela
Copy link
Member Author

indigoxela commented May 20, 2024

@yorkshire-pudding wow, that was quick. 😉

I tested with "normal" sites (ConfigFileStorage) and a site, that has active storage in the database. Both work like a charm.

"traditional site":

...
 Config storage active    /path/to/bd-config/active  
 Config storage staging   /path/to/bd-config/staging 

Database storage:

...
 Config storage active    Database                                
 Config storage staging   /var/www/bdroptesting/bd-config/staging 

There's some odd test failure, which seems unrelated (DBLog Commands, but bee ws works fine...).

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

Successfully merging a pull request may close this issue.

2 participants