zuul/releasenotes/notes/required-sql-7dd38b76d9f4273f.yaml
James E. Blair 41d8e478a5 Remove "sql connection" backwards compatability for database
In 4.0 we deprecated connections using the "sql" driver in favor of
using the new "database" config file section.  Remove the backwards
compatible handling of that so that "sql" connections or lack of
"database" section report an error.

Change-Id: I7e592cf5ff63f73f487e41bb6e3e4a4ae523e3fc
2022-01-25 16:07:08 -08:00

13 lines
408 B
YAML

---
upgrade:
- |
The components zuul-scheduler and zuul-web now require database
configuration. There is now only one supported database connection. If
multiple sql connections have been configured only the first one will be
used.
deprecations:
- |
Defining database connections using sql connection is now
deprecated. Refer to :ref:`database` how to configure the database now.