My developer just left - how do I hand over a ColdFusion site?
Start by securing access - hosting, FTP/SSH, database credentials, source control, and any scheduled tasks or third-party API keys. Then get someone into the codebase to assess it before anything urgent needs changing. The biggest risk isn't the handover itself, it's discovering gaps in access or documentation during an emergency rather than before one.
How do I find someone who can take over my existing codebase without a rebuild?
Look for a developer who can point to experience working in other people's legacy ColdFusion, not just building from scratch. Taking over an unfamiliar codebase is a different skill to greenfield development - it means reading code you didn't write, understanding why decisions were made, and not "fixing" things that aren't actually broken. Murmur8 has been doing exactly this since 2000.
What should I ask a new ColdFusion developer before handing over access?
Ask what CF versions and engines (Adobe ColdFusion vs Lucee) they've worked with, whether they've taken over systems they didn't build before, and how they document changes as they go. A developer who can't explain how they'd approach an unfamiliar codebase safely is a bigger risk than the code itself.
Is it safe to let someone unfamiliar with my system near production?
It's safe if they treat it that way. The right approach is read before write - understanding the application, checking backups and rollback options, and making small verifiable changes rather than sweeping ones, especially in the first few weeks. Anyone confident enough to make large changes on day one in a system they've never seen is the actual risk.
How much will it cost to get someone up to speed on my existing app?
This depends far more on how well-documented and how tangled the existing codebase is than on its size. A clean, well-structured legacy app can be picked up in days; one with undocumented custom tags, scheduled jobs, and years of quick fixes can take longer to feel confident in. An initial audit is the fastest way to get a realistic estimate rather than guessing upfront.