Hello,
when you upgrade to %SUBJ% please note we have moved our database
configuration. What you need to do is to
# diff /etc/katello/katello.yml.rpmnew /etc/katello/katello.yml
You will most likely need to add this to your **production** section of
the katello.yml:
production:
database:
adapter: sqlite3
database: /var/lib/katello/production.sqlite3
pool: 5
timeout: 5000
in case of postgres it would be something like
production:
database:
adapter: postgresql
username: katello
password: katello
database: katello
host: localhost
encoding: UTF8
You can also delete
# rm /etc/katello/database.yml.rpmsave
Take care.
LZ
--
Later,
Lukas "lzap" Zapletal