Deploy swh-indexer v2.9.2
This version only touches the RPC server.
The main change was to remove annoying Sentry errors, but as a side effect, it changes the schema of keys sent to Kafka. This shouldn't affect any consumer though, as keys change on every swh-indexer version anyway (as they contain the version number), and consumers don't try to parse them.
staging:
- Build deb package (depends on gitlab wiring swh/meta#4748 (closed))
- Upgrade package
- Restart gunicorn-swh-indexer-storage
production:
- Upgrade package
- Restart gunicorn-swh-indexer-storage
Related to swh/devel/swh-indexer#4719 (closed)