Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
L limbra
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • limbra
  • limbra
  • Wiki
  • Migrate0811

Last edited by LE GAC Renaud Jul 16, 2015
Page history

Migrate0811

Migrate from release 0.8.10 to 0.8.11

The release 0.8.11 is not backward compatible since the database table application is replaced by the table preferences.

The step for the migration are the following:

  • Write the value store in the application table.

  • Create the table preferences using the SQL script preferences.sql:

      mysql -h ccmysql.in2p3.fr -u gesprod_xxxx -p track_publications_xxx < preferences.sql
  • Load the plugin_dbui release 0.7.1

  • Change the track_publication release to 0.8.11.

  • Update the preferences table using the user interface.

  • Delete the application table using DROP TABLE application.

  • For safety, force harvesters.scan to F:

      mysql> UPDATE harvesters SET scan='F';
Clone repository
  • CheckRelease
  • DocumentingPythonCode
  • HarvesterLogic
  • InstallJsduck
  • InstallSenchaCmd
  • MariaDB
  • Migrate0811
  • Migrate0900
  • PyTest
  • RoadMap
  • YumAutoUpdate
  • api_inspirehep
  • branching_model
  • Home