dbconfig-common 2.0.0 source package in Ubuntu
Changelog
dbconfig-common (2.0.0) unstable; urgency=medium * New major release as there are now 5 additional packages build: dbconfig-<dbtype> and dbconfig-no-thanks that improve and simplify dependency handling (Closes: #353617, #511441) * Update examples to short dh style and use new framework * Improve detection of localhost for PostgreSQL use (Closes: #807246) * Improve wording in remove/purge questions (Closes: #805455) * Minor fix in install-examples test * Drop ancient version of ucf in d/control * Repair permissions of already created backups * Update translations (Closes: #808245, #808553, #808647, #808594, #808650): - Catalan (Thanks Innocent De Marchi) - Dutch (me) - French (Thanks Julien Patriarca) - German (Thanks Helge Kreutzmann) - Italian (Thanks Giuseppe Sacco) - Russian (Thanks Yuri Kozlov) - Turkish (Thanks Atila KOÇ) * Improve error handling in case dbc_go is part of if-statement or left side of ||-statement by adding loads of "|| return $?" (hope I didn't miss any important ones) (Closes: #803090, #807353) * Added some missing checks for the ignore answer in error handling -- Paul Gevers <email address hidden> Mon, 21 Dec 2015 20:44:50 +0100
Upload details
- Uploaded by:
- Paul Gevers
- Uploaded to:
- Sid
- Original maintainer:
- Paul Gevers
- Architectures:
- all
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
dbconfig-common_2.0.0.dsc | 1.7 KiB | c5cce65fddd04c21e228a392bccbfe3693be196a78ee9fe788cfd610424f77c1 |
dbconfig-common_2.0.0.tar.xz | 203.8 KiB | 44c9016745c893fded4ca736e5dd0c9f6102f17d64f446ae41b3d7a6dbb5c11e |
Available diffs
- diff from 1.8.58 to 2.0.0 (50.8 KiB)
No changes file available.
Binary packages built by this source
- dbconfig-common: framework that helps packages to manage databases
This package contains the core of the dbconfig-common framework. This
framework presents a policy and implementation for managing various databases
used by applications included in Debian packages.
.
It can:
- support MySQL/MariaDB, PostgreSQL, and SQLite based applications;
- create or remove databases and database users;
- access local or remote databases;
- upgrade/modify databases when upstream changes database structure;
- generate config files in many formats with the database info;
- import configs from packages previously managing databases on their own;
- prompt users with a set of normalized, pre-translated questions;
- handle failures gracefully, with an option to retry;
- do all the hard work automatically;
- work for package maintainers with little effort on their part;
- work for local admins with little effort on their part;
- comply with an agreed upon set of standards for behavior;
- do absolutely nothing if that is the whim of the local admin;
- perform all operations from within the standard flow of
package management (no additional skill is required of the local
admin).
- dbconfig-mysql: dbconfig-common MySQL/MariaDB support
This package ensures MySQL/MariaDB support in the dbconfig-common framework,
and should be in the depends list of packages that require MySQL support from
dbconfig-common.
.
System administrators that don't want dbconfig-common to handle the database
management should install dbconfig-no-thanks instead.
- dbconfig-no-thanks: dbconfig-common bypass
If a package relies on the dbconfig-common framework for database setup and
maintenance, installing dbconfig-no-thanks instead of one of dbconfig's
database-specific packages will block this function. It is intended for cases
where the system administrator desires or requires full control of the
database or where dbconfig-common makes bad choices, and typically leaves
the depending packages non-functional until manually configured.
- dbconfig-pgsql: dbconfig-common PostgreSQL support
This package ensures PostgreSQL support in the dbconfig-common framework, and
should be in the depends list of packages that require PostgreSQL support from
dbconfig-common.
.
System administrators that don't want dbconfig-common to handle the database
management should install dbconfig-no-thanks instead.
- dbconfig-sqlite: dbconfig-common SQLite support
This package ensures SQLite support in the dbconfig-common framework, and
should be in the depends list of packages that require SQLite support from
dbconfig-common.
.
System administrators that don't want dbconfig-common to handle the database
management should install dbconfig-no-thanks instead.
- dbconfig-sqlite3: dbconfig-common SQLite3 support
This package ensures SQLite3 support in the dbconfig-common framework, and
should be in the depends list of packages that require SQLite3 support from
dbconfig-common.
.
System administrators that don't want dbconfig-common to handle the database
management should install dbconfig-no-thanks instead.