mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 08:30:35 +00:00
To use install.sh as Scylla install script w/o using .rpm/.deb package, we need to provide a way to upgrade Scylla version, not just install. With --upgrade option, install.sh does not overwrite config files. It will install <filename>.new file on same directory, when old config file and new config file does not contain same data. If old one and new one is exactly same, it will nothing. To implement this, rewriting api_ui_dir/api_doc_dir path on scylla.yaml moved from .rpm/.deb scriptlet to install.sh. Fixes #5874