Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SELECT * FROM information_schema.columns WHERE table_schema = 'public'

Fedora export / import

In sufia 6 instance:

$ bunx sufia_export --models GenericFile=Chf::Export::GenericFileConverter,Collection=Chf::Export::CollectionConverter

Move the resulting directory full of exported data from tmp/export to the new server's tmp/import (or wherever desired; this can be provided to the import script)

On sufia 7 instance:

$ bunx sufia_importĀ