-
Notifications
You must be signed in to change notification settings - Fork 137
PKI Server Database CLI
Endi S. Dewata edited this page Nov 12, 2021
·
3 revisions
PKI provides tools to upgrade the internal LDAP database.
The pki-server db-upgrade is a tool to upgrade PKI server LDAP database. Currently the upgrade includes:
See db.py for details.
This tool is used as part of Database Upgrade for PKI 10.2.x. To run the database upgrade:
$ pki-server db-upgrade ---------------- Upgrade complete ----------------
The pki-server db-schema-upgrade is a tool to upgrade PKI server LDAP schema. Currently the upgrade includes:
-
re-applying /usr/share/pki/server/conf/schema.ldif
See db.py for details.
$ pki-server db-schema-upgrade -D "cn=Directory Manager" -w Secret.123 ---------------- Upgrade complete ----------------
See also the following tickets:
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |