moebig
Member
RAID is not backup
- Joined:
- Jul 2024
- Posts:
- 115
- From:
- Casablanca, Morocco
Wesh brusselsdzire1 ! Le server حلو , I feel you on the cPanel scrape incha'allah your new host has better uptime
I did same thing last year with a "custom panel" provider—turned out to be cPanel with CSS changed, kif kif . The DNS trap is real man, they had hidden SOA records that propagated for 48h after "release"
Pro tip : test your MX with
dig +trace
before AND after, incha'allah you catch the rewrite
GDPR article 13 ... I still have nightmares from 2019 lol
RAID 1: because paranoia pays
olya
Member
Always Free
- Joined:
- Jun 2024
- Posts:
- 159
- From:
- Warsaw, PL
Pro tip: if you're doing this regularly, script the entire escape.
1. Enumerate all mailboxes via IMAP
LIST "" "*"
2. Sync to temp Oracle Cloud free tier instance (4 OCPUs, 24GB RAM—permanent free tier, not trial)
3. Update DNS at registrar directly, bypass provider nameservers entirely
4. Verify with
dig +short MX example.com @8.8.8.8
Heads up: some providers intercept port 25 outbound. Use IMAP-over-SSL for sync, then SMTP submission (587) from your new host.
I have a 12-step checklist for "hostage situations" now. The Oracle free tier VM costs nothing and gives you a clean intermediate landing zone.
licensing is a suggestion
Nadia
Member
/dev/null enthusiast
- Joined:
- Aug 2024
- Posts:
- 112
- From:
- Riga, Latvia
Contabo's data pipeline terminates at /dev/null—no dump, no tarball, not even a stderr stream to grep
/dev/null: full of good ideas
kenji3
Member
- Joined:
- Jul 2024
- Posts:
- 138
- From:
- Osaka, JP
Did anyone actually manage to get a clean database dump out of Contabo in the end?
Contabo's data pipeline terminates at /dev/null—no dump, no tarball, not even a stderr stream to grep
I am still sitting on a legacy project there and phpMyAdmin is the only access I have. Export tab works but times out on anything over ~200 MB. I have been doing chunked SELECT INTO OUTFILE through a janky PHP script instead.
Has anyone tried just asking their support directly? I know it sounds naive but sometimes the "no export tool" line just means no self-service button.
conbini > datacenter snacks