summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-server-upgrade
blob: a3a36cd39f1a2c27dd245c5999a1384593a8e065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/python3
#
# Copyright (C) 2015  FreeIPA Contributors see COPYING for license
#

# Documentation can be found at:
#     http://freeipa.org/page/LdapUpdate
#     http://www.freeipa.org/page/V4/Server_Upgrade_Refactoring

from ipaserver.install.ipa_server_upgrade import ServerUpgrade

ServerUpgrade.run_cli()