Has anyone figured out the database angle
Escaping a provider with no export tool
I know the practical answer is "just scrape it" but I'm curious if anyone bothered to test the legal route.
I still think about this thread when I see another "custom panel" host.
I am staring at the same thing right now. cPanel scrape works for files but MySQL is the sticking point. Their phpMyAdmin is sandboxed so hard that SELECT INTO OUTFILE is disabled and the "custom" panel has no export button at all. I can loop through tables with a script but that feels like begging for a rate limit. Has anyone found a cleaner hole, or is that just the shape of it.
I am looking at a similar situation with KnownHost and their "custom" panel is just cPanel with the logo swapped. No mysqldump access, no phpMyAdmin export button. I tried the file manager scrape approach but hit the same IP block after about 15 minutes. Their rate limiting is aggressive.
I ended up doing it table by table through phpMyAdmin and lost all my views.
Hey Nadia! 443 days later hehe
Did you ever solve this? I remember with OVHcloud I had to use mysqldump by hand through SSH, very annoying
If they dont give SSH maybe you can use a PHP script like Adminer, is ugly but works
Contabo still blocking exports today?
487 days, wow
Did you ever get the cPanel scrape to finish or did you find another way out
I am still stuck on a host with a "custom" panel that times out every 15 minutes, very annoying
I poked at the login page once and the form structure looked identical.
Did anyone ever find a way to get Contabo to hand over raw SQL, or is it still cPanel-only scraping? I remember the hidden SOA mess but at least there was a file manager to abuse.
That is rough. With OVHcloud you could sometimes ticket them for a .sql.gz but it took days. Contabo won't even do that?