Migration von i-MSCP zu KeyHelp
Re: Migration von i-MSCP zu KeyHelp
- space2place
- Posts: 532
- Joined: Tue 24. Mar 2020, 11:02
- Contact:
Re: Migration von i-MSCP zu KeyHelp
Re: Migration von i-MSCP zu KeyHelp
If I want migration imscp user to keyhelp.How to input it?
If imscp user account is abc.How to migration this user account to keyhelp?
- space2place
- Posts: 532
- Joined: Tue 24. Mar 2020, 11:02
- Contact:
Re: Migration von i-MSCP zu KeyHelp

On i-MSCP you have the user "abc.tld" which has also 20 domains as alias.
Now you start the migration script.
The first question ist for the new account on KeyHelp
Code: Select all
How do you want to migrate the i-MSCP account? Add to => : a new KeyHelp account
If you use "new KeyHelp account" you have to add "name", "surname" and "emailddress"
Then you have to select the KeyHelp Template. Type Enter an the script will use unlimeted.
Now the script will ask for the i-MSCP user you want to migrate. Here you type in the first domain. In our example "abc.tld".
Thats all.
After migration you need to change the DNS for alle domains
Re: Migration von i-MSCP zu KeyHelp
Please see attachment.If I have multiple users, do I have to migration to keyhelp one user at a time?
- Attachments
-
- 2021-12-21_091444.jpg (74.3 KiB) Viewed 4607 times
- space2place
- Posts: 532
- Joined: Tue 24. Mar 2020, 11:02
- Contact:
Re: Migration von i-MSCP zu KeyHelp
If you want each i-MSCP user to have its own account, then you have to select "a new KeyHelp account" each time.
Re: Migration von i-MSCP zu KeyHelp
Code: Select all
keyhelpCreateSystemDomain = ask
# true | false | ask
Code: Select all
Traceback (most recent call last):
File "/root/i-mscp-keyhelp-migration/./i-mscp_keyhelp_migration.py", line 279, in <module>
keyhelpAddData.addKeyHelpDataToApi(apiEndpointClients, keyhelpInputData.keyhelpData)
File "/root/i-mscp-keyhelp-migration/_keyhelp.py", line 429, in addKeyHelpDataToApi
apiJsonData = self.__makeClientsJsonData(keyHelpData, apiEndPoint)
File "/root/i-mscp-keyhelp-migration/_keyhelp.py", line 602, in __makeClientsJsonData
data['create_system_domain'] = bool(strtobool(str(keyhelpCreateSystemDomain)))
File "/usr/lib/python3.9/distutils/util.py", line 320, in strtobool
raise ValueError("invalid truth value %r" % (val,))
ValueError: invalid truth value 'ask'
Wen ich true sage läuft er durch …
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.
- space2place
- Posts: 532
- Joined: Tue 24. Mar 2020, 11:02
- Contact:
Re: Migration von i-MSCP zu KeyHelp
Ich prüfe das diese Woche und stelle den Fix online
- space2place
- Posts: 532
- Joined: Tue 24. Mar 2020, 11:02
- Contact:
Re: Migration von i-MSCP zu KeyHelp
Da brauche ich nichts zu fixen.24unix wrote: ↑Sun 9. Jan 2022, 17:43 Habe nen kleines Problem gefunden:
Code: Select all
keyhelpCreateSystemDomain = ask # true | false | ask
gehört zu dem nächsten Parameter# true | false | ask
Ist also alles richtig.# true | false | ask
keyhelpDisableDnsForDomain = true
Re: Migration von i-MSCP zu KeyHelp
Ah, also mein Fehler, sorry.space2place wrote: ↑Mon 10. Jan 2022, 10:48 gehört zu dem nächsten ParameterIst also alles richtig.# true | false | ask
keyhelpDisableDnsForDomain = true
--
A Windows user reinstalls software every few weeks.
A Linux user reinstalls software every few weeks.
The difference is with Linux the version numbers change.
Re: Migration von i-MSCP zu KeyHelp
erstmal, danke fürs erstellen dieses Scriptes es ist super.
Ich bin gerade dabei auf Keyhelp zu migrieren.
Ich habe festgestellt das die FTP Passwörter nicht übernommen werden.?
Ist das so gewollt oder liegt es an den Passwort-Richtlinie von Keyhelp.?
Muss man sie anpassen das es dann klappt.?
Ich muss noch mit 20 Domains umziehen und wollte es vorher klären.
Gruß
Viktor

- space2place
- Posts: 532
- Joined: Tue 24. Mar 2020, 11:02
- Contact:
Re: Migration von i-MSCP zu KeyHelp
Doch das geht.. Sogar mit SQL Querie oder direkt über die API. Über die API greifen dann auch die Richtlinien.
Re: Migration von i-MSCP zu KeyHelp
Hallo,space2place wrote: ↑Wed 18. May 2022, 11:28Doch das geht.. Sogar mit SQL Querie oder direkt über die API. Über die API greifen dann auch die Richtlinien.
oh dann muss ich "keyhelpUpdatePasswordWithApi" auf false stellen damit die FTP Passwörter übernommen werden.

Bei Email und Htaccess gilt das dann auch mit den Passwörtern.

Was passiert wenn ich die "Passwort-Richtlinie von Keyhelp" anpasse das alles erlaubt ist geht es dann per API.

Sorry für die vielen Fragen aber bevor ich restlichen Domains migriere möchte ich das gerne klären.
Danke
Viktor

- space2place
- Posts: 532
- Joined: Tue 24. Mar 2020, 11:02
- Contact:
Re: Migration von i-MSCP zu KeyHelp
Das habe ich nie probiert. Kann ich Dir also nicht sagen.
Wo die API einen Passwort HASH angeboten hat, habe ich das entsprechend einprogrammiert.
Re: Migration von i-MSCP zu KeyHelp
Hallo,space2place wrote: ↑Wed 18. May 2022, 13:47Das habe ich nie probiert. Kann ich Dir also nicht sagen.
Wo die API einen Passwort HASH angeboten hat, habe ich das entsprechend einprogrammiert.
also besser "keyhelpUpdatePasswordWithApi" auf "false" setzen dann sollen die Passwörter klappen.

Datenbankpasswörter muss man dann es neu eingeben.
Danke
Viktor
