Migrate from command line?

Regarding the Omeka-S Upgrade instructions:

https://omeka.org/s/docs/user-manual/install/

this line:

  • In your web browser, go to your site’s admin page (/myomekas/admin) and run any migrations that are needed."

Is there any way to run this migration from the command line?

Mark

There’s no command line tool to run the migration. You could visit the migrate page with a command-line browser or other HTTP client, though.

Thanks, John,

This is working from inside my Vagrant box:

wget --post-data=“submit” http://127.0.0.1/omeka-s/migrate

Just trying to get it to work as part of the initial YML file now.

Mark

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.