Skip to content

Instantly share code, notes, and snippets.

@jdob
Created January 23, 2013 20:33
Show Gist options
  • Save jdob/4612772 to your computer and use it in GitHub Desktop.
Save jdob/4612772 to your computer and use it in GitHub Desktop.
[root@base-f17-64 ~]# pulp-v1-upgrade --help
Usage: pulp-v1-upgrade [options]
Options:
-h, --help show this help message and exit
--skip-files skip the filesystem portion of the upgrade
--skip-db skip the database portion of the upgrade
--skip-install generates the v2 database to a temporary database but does
not replace the production database with it
--backup-v1-db if specified, the v1 database will be saved as
pulp_database_v1 in MongoDB
[root@base-f17-64 ~]# pulp-v1-upgrade
= Upgrading Database =
Upgrading: CDS
Upgrading: Consumers
Upgrading: Event
Upgrading: Users, Permissions, and Roles
Upgrading: Tasks
Upgrading: Repositories, Content
Upgrading: File Repositories, Content
Upgrading: Repository Groups, Sync Schedules
Upgrading: Packages, Errata, and Distributions
Upgrading: Calculate Repository Content Counts
= Upgrading Pulp Files =
Upgrading: RPMs, SRPMs, DRPMs
Upgrading: Distributions
The v1 database will not be backed up
Installing the v2 Database
Deleting v2 Temporary Database
[root@base-f17-64 ~]# s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment