[ckan-changes] [ckan/ckan] 4b56e2: [#2952] Depcreate `db load` and `db dump`

GitHub noreply at github.com
Sat Jul 9 16:39:28 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/ckan/ckan
  Commit: 4b56e2344c180b4c16150e1e20df30afcb4796b7
      https://github.com/ckan/ckan/commit/4b56e2344c180b4c16150e1e20df30afcb4796b7
  Author: Florian Brucker <florian.brucker at mb.karlsruhe.de>
  Date:   2016-07-08 (Fri, 08 Jul 2016)

  Changed paths:
    M ckan/lib/cli.py
    M doc/contributing/database-migrations.rst
    M doc/extensions/tutorial.rst
    M doc/maintaining/configuration.rst
    A doc/maintaining/database-management.rst
    M doc/maintaining/getting-started.rst
    M doc/maintaining/index.rst
    M doc/maintaining/installing/install-from-source.rst
    M doc/maintaining/paster.rst
    M doc/maintaining/upgrading/index.rst
    M doc/maintaining/upgrading/upgrade-package-ckan-1-to-2.rst
    M doc/maintaining/upgrading/upgrade-package-to-minor-release.rst
    M doc/maintaining/upgrading/upgrade-source.rst

  Log Message:
  -----------
  [#2952] Depcreate `db load` and `db dump`

Deprecates the paster commands `db load` and `db dump` in favor of
PostgreSQL's `pg_dump` and `pg_restore`. `db load` and `db dump` are
kept but print a warning, and their documentation is replaced with a
documentation of how to dump/import the database using `pg_dump` and
`pg_restore`.


  Commit: 50fb9554c4c9a02ff13546ca0a04d65951d0e6d3
      https://github.com/ckan/ckan/commit/50fb9554c4c9a02ff13546ca0a04d65951d0e6d3
  Author: Ian Ward <ian at excess.org>
  Date:   2016-07-09 (Sat, 09 Jul 2016)

  Changed paths:
    M ckan/lib/cli.py
    M doc/contributing/database-migrations.rst
    M doc/extensions/tutorial.rst
    M doc/maintaining/configuration.rst
    A doc/maintaining/database-management.rst
    M doc/maintaining/getting-started.rst
    M doc/maintaining/index.rst
    M doc/maintaining/installing/install-from-source.rst
    M doc/maintaining/paster.rst
    M doc/maintaining/upgrading/index.rst
    M doc/maintaining/upgrading/upgrade-package-ckan-1-to-2.rst
    M doc/maintaining/upgrading/upgrade-package-to-minor-release.rst
    M doc/maintaining/upgrading/upgrade-source.rst

  Log Message:
  -----------
  Merge pull request #3158 from torfsen/2952-deprecate-db-load-and-db-dump

[#2952] Depcreate `db load` and `db dump`


Compare: https://github.com/ckan/ckan/compare/e2162f0a42b0...50fb9554c4c9


More information about the ckan-changes mailing list