HestiaCP to DA?

it is in the latest upcoming version available (1.9.0) , but there also an script available (not tested by me)
(Hestia still lacks ipv6)
he means the other way, from hestiacp to DA
 
Is there nothing to go from hestiacp to directadmin yet?

Whenever it possible you might do the following way:

1. hestiacp to cpanel
2. cpanel to directadmin

I'm not aware whether it is possible to complete the step #1. So you will need to research it on your own, unless you hire me for this job.
 
Hello. Is this topic at a standstill? Is there no solution to migrate from hestiacp to DA?
 
Nothing changed until now. DA only has a migration option from cPanel to DA, nothing else, not even Plesk to DA. ;)
 
What a shame. I have many clients who come from hestiacp very frustrated and want to go back DA.
 
Maybe a little late, but for others to read:

We ran into this exact gap ourselves and ended up building the missing piece — and we've open-sourced it: hestia-to-da — https://github.com/maendamedia/hestia-to-da

It converts a native HestiaCP user backup (v-backup-user output) into a native DirectAdmin backup that restores straight through Admin Backup/Transfer. The output follows the same conventions as DA's own cpanel_to_da.sh, so nothing custom is needed on the DA box and no panel access is needed on the source.

What carries over: web files, SSL certs, aliases (as pointers), mail accounts and complete mailboxes with original password hashes (both panels run Dovecot with the same Maildir++ layout, so folders and read flags survive), forwarders, MySQL/MariaDB databases and users with original password hashes, DNS zones (with optional IP rewrite), DKIM keys, cron jobs and FTP accounts.

Known gaps are documented in the README (PostgreSQL, Roundcube address books, autoresponder texts, and one manual DKIM copy step after restore).

We've used it for our own production migrations (HestiaCP 1.9.x → DirectAdmin 1.7x on OpenLiteSpeed).
MIT licensed — feedback and test reports with other version combinations are very welcome.
 
Back
Top