Important
DATABASE UPGRADE RECOMMENDED
You should run the database upgrade command before starting the webserver to migrate log configuration into its new location
Docker Users Read: https://bedrock-server-manager.readthedocs.io/en/latest/extras/docker.html#overriding-the-startup-command-e-g-for-migrations
Important
As of this release the default location for app data in new installs is {config_dir}/data
This release includes better support for reverse proxy setups by using the x-ingress-path header
What's New:
-
New cli flags to override the
config_dir,data_dir,db_url,log_level- Adds env var support for all 4 also
- Example:
bedrock-server-manager --log-level debug web start
-
Started initial logging revamp by first moving it to the
{config_dir}/logslocation and moving log level out of the db
Full Changelog: 3.10.4...3.10.5