If you’ve ever worked with JetBackup 5, you’ve probably seen at least one error that makes your heart sink. For me, one of the trickiest was this MongoDB connection issue: Fatal error: Uncaught MongoDB\Driver\Exception\ConnectionTimeoutException: No suitable servers found (serverSelectionTryOnce` set): [connection refused calling hello on ‘localhost:27217’] Looks ugly, right? But here’s the truth: it’s basically JetBackup saying, “Hey, I tried to talk to MongoDB on port 27217, but it wouldn’t answer.” I’ve run into this a few times, and the good news is — there are clear steps you can take to …
Category:
Recovery & Backup
Introduction In hosting, reliability is everything. Customers want their websites and data to be accessible at all times. However, no matter how well everything is arranged, accidents still happen. Natural cataclysms, hacker attacks, and server breakdowns are all possible. When that happens, the speed at which your hosting provider can get everything back to normal matters a lot. This is where disaster recovery (DR) and backup systems come into play. Apart from safeguarding the data, they ensure the business resumes its operations within no time, hence maintaining customer loyalty. In this …

