File: default-to-v2-storage-a5ecac7e73dafa6d.yaml

package info (click to toggle)
cloudkitty 17.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,144 kB
  • sloc: python: 19,245; sh: 374; makefile: 220; pascal: 54
file content (11 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    CloudKitty's storage interface defaults to v2 from now on. v1 will be
    deprecated in a future release. Documentation about how to upgrade the
    storage backend along with some tools will be available at that point. New
    deployments should use the v2 storage interface.

    The default v2 backend is ``influxdb``. In order to keep using
    ``sqlalchemy``, specify "version = 1" and "backend = sqlalchemy" in the
    ``[storage]`` section of the configuration.