You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

catalog-too-new.rst 1.1KB

4 years ago
123456789101112131415161718192021
  1. Error: The package catalog database is for a later ``dds`` version
  2. ##################################################################
  3. If you receive this error, it indicates that the schema version of a catalog
  4. database is newer than the schema expected by the ``dds`` process that is
  5. trying to actually make use of the catalog. ``dds`` catalog databases are not
  6. forwards-compatible and cannot be downgraded.
  7. If you generated/modified the catalog using a ``dds`` executable that is newer
  8. than the one you attempted to open it with, it is possible that the newer
  9. ``dds`` executable performed a schema upgrade that is unsupported by the older
  10. version of ``dds``.
  11. If you have not specified a path to a catalog, ``dds`` will use the user-local
  12. default catalog database. If you receive this error while using the user-local
  13. database, the solution is to either upgrade ``dds`` to match the newer catalog
  14. or to delete the user-local catalog database file.
  15. .. note::
  16. Deleting the catalog database will lose any customizations that were
  17. contained in that catalog, and they will need to be reconstructed.