by Jilu Joseph | Sep 13, 2019 | Latest, Server Management
While managing MongoDB, it’s very common to see Error: couldn’t connect to server 127.0.0.1:27017. It’s loud and clear that Mongo shell couldn’t speak to the MongoDB server. And the reasons for the error can be incorrect MongoDB settings,...
by Jilu Joseph | Sep 13, 2019 | DirectAdmin, Latest, Server Management
Are you worried about making mistakes in DNS edits of websites? Fortunately, control panels like DirectAdmin come with an easy-to-use interface for managing DNS records. However, improper settings like the wrong IP for domains, bad DNS records, etc. leads to errors on...
by Sijin George | Sep 12, 2019 | Latest, PostgreSQL, Server Management
Syntax errors are pretty common while coding. However, things go awry when it results in website errors. PostgreSQL error 42601 also occurs due to syntax errors in the database queries. At Bobcares, we frequently receive requests from PostgreSQL users to resolve...
by Sijin George | Sep 12, 2019 | Latest, Server Management
At times, dropping and restoring databases can be a quick way to restore websites. But, what if database drop attempt ends up in error dropping database errno: 39? Quite frustrating right? This error code means that the directory you are trying to drop is not empty,...
by Sijin George | Sep 11, 2019 | Latest, PostgreSQL, Server Management
Databases are vital for websites. Any sort of database connection error makes users sick and tired. A typical PostgreSQL connection attempt results in psql could not connect to server Ubuntu error. This error commonly occurs when the psql service is not running on the...
by Jilu Joseph | Sep 11, 2019 | Latest, Server Management
New website setup, migrations, etc. involve DNS changes. Even a slight mistake can make the website down. That’s why managing DNS becomes a crucial task. Luckily, Webmin DNS management makes things easier and simple to configure a Bind DNS server. At Bobcares,...
by Jilu Joseph | Sep 10, 2019 | Latest, Plesk, Server Management
Brute force attacks are literally annoying and make the entire website down. But, can we do anything to avoid this attack? Yes. Popular control panels like Plesk offer Fail2ban aka IP Address Banning that protects websites from brute-force attacks. However, problems...
by Jilu Joseph | Sep 10, 2019 | Latest, Server Management
MongoDB databases can definitely make websites faster. However, just like any other database server, it can also malfunction. Problems with system clock settings and incorrect file permissions can result in MongoDB exited with code 14 error. At Bobcares, we often get...
by Sijin George | Sep 9, 2019 | Latest, PostgreSQL, Server Management
A last-minute website error is always frustrating. PostgreSQL database queries often end up in errors with code 42501. This PostgreSQL error 42501 usually occurs when an underprivileged user queries a database. This can be tricky to troubleshoot. That’s why we...
by Jilu Joseph | Sep 9, 2019 | Latest, Server Management
Application and websites generate too much data even in a single transaction. How can we handle this huge amount of data efficiently? Thanks to the NoSQL capabilities of MongoDB, it makes websites scalable and offers superior performance. However, the MongoDB error...