This is the source for packaging Mozilla's syncstorage-rs syncserver on COPR for Fedora and RHEL, on Launchpad for Ubuntu and as docker images here.
- Removed callbacks to Sentry API in order to disable sending metrics to mozilla foundation.
- Pre-populate tokenserver DB to simplify installation (This is partially in upstream master now).
- Update node and capacity in tokenserver nodes table during startup using env variables.
- Use native journal logging if running under systemd (In upstream master now)
- Restore MariaDB compatibility (Is in upstream master now)
- Fixed inconsistency in MySQL socket parameters parameters (syncserver DB used old syntax
unix_socket=...tokenserver DB used new syntaxsocket=...) Not needed for upstream master.
Post-install setup for RPMs and DEBs Partially applies to docker images as well (reverse proxy, mariadb) Docker-specific instructions
