Find Jobs
Hire Freelancers

Cloud Server Crash

$8-15 USD / hour

Κλειστή
Αναρτήθηκε περίπου 9 χρόνια πριν

$8-15 USD / hour

Hello, I have a server at Digital Ocean that keeps crashing. The database keeps crashing. We cant figure out why not worried about fixing it rather know whats causing the issue it self. [login to view URL]
Ταυτότητα εργασίας: 7732764

Σχετικά με την εργασία

20 προτάσεις
Απομακρυσμένη Εργασία
Ενεργός/ή 9 χρόνια πριν

Ψάχνεις τρόπο για να κερδίσεις μερικά χρήματα;

Πλεονεκτήματα πλειοδοσίας στο Freelancer

Καθόρισε τον προϋπολογισμό σου και το χρονοδιάγραμμα
Πληρώσου για τη δουλειά σου
Περίγραψε την πρόταση σου
Η εγγραφή και η πλειοδοσία σε εργασίες είναι δωρεάν
20 freelancers δίνουν μια μέση προσφορά $18 USD/ώρα για αυτή τη δουλειά
Avatar Χρήστη
Hi. I am an experienced Linux system administrator with exact skillset you need. I will easily help you with your Digital Ocean server troubleshooting. Referring to your project description, i believe you could benefit from ongoing sysadmin maintenance. So I'd like to offer you our server management services. Our standard package includes full administration, monitoring, backups, security updates, 24/7/365 live phone support for urgent tickets and unlimited support hours. The prices start at $90/month for a single machine, discounts available on bulk orders. PLEASE NOTE: If you sign up, the project comes as FREE setup. You will get a low hourly rate ($15/hour) as our subscriber. Our regular non-subscription rate is $30/hour. Please contact me to discuss the details. Looking forward to hearing from you. Best regards, Nick Keefen NK Support
$15 USD σε 3 ημέρες
4,9 (176 αξιολογήσεις)
7,0
7,0
Avatar Χρήστη
A proposal has not yet been provided
$33 USD σε 1 ημέρα
4,8 (221 αξιολογήσεις)
6,8
6,8
Avatar Χρήστη
A proposal has not yet been provided
$13 USD σε 3 ημέρες
5,0 (305 αξιολογήσεις)
6,8
6,8
Avatar Χρήστη
let me know ur server ssh login. i will check into it and will make your server up. if any changes needed i will recommend (memory or server upgrade) with the detail reason of it. for this server up task, i will take 30$ for now. lets do it now quickly.
$15 USD σε 2 ημέρες
5,0 (146 αξιολογήσεις)
6,3
6,3
Avatar Χρήστη
A proposal has not yet been provided
$16 USD σε 6 ημέρες
5,0 (148 αξιολογήσεις)
6,4
6,4
Avatar Χρήστη
Hello, A Linux system admin, Expert in RHEL based operating system (CentOS, Fedora ,,etc) Perfect knowledge of cPanel/WHM and other management systems. I can investigate the issue with your cloud server, do full analysis on system logs and Database Error Logs. Ready to start right now Thank you
$12 USD σε 3 ημέρες
4,8 (66 αξιολογήσεις)
5,8
5,8
Avatar Χρήστη
Nie złożono jeszcze oferty.
$17 USD σε 3 ημέρες
5,0 (57 αξιολογήσεις)
5,0
5,0
Avatar Χρήστη
A proposal has not yet been provided
$12 USD σε 3 ημέρες
4,9 (36 αξιολογήσεις)
5,1
5,1
Avatar Χρήστη
Hello. I guess your use droplet with 512 MB RAM (which is the the cheapest one). Me too. I use many droplets at Digital Ocean for different prices. Your mysql crashes due to RAM usage. I guess your mysql and apaache have default setting which are not optimized for such memory limit. So there are 2 wats to solve your problem 1) to increase droplet (of course it will cost more) 2) to optimize existing server Server should be examed before decide which way to use
$22 USD σε 2 ημέρες
5,0 (8 αξιολογήσεις)
4,7
4,7
Avatar Χρήστη
Dear Sir, I am Thomas, a 22 years old french student that just from university in 2010. Back when I was a kid, I only had a computer to play with, so I spent all my time on it. That's why I now have more than 7 years of experience in Linux systems administration, and I have knowledge with the most popular Linux distributions. I worked as a network/system administrator at various companies where I set up WebServer, DNS servers, Databases, Monitoring, Backups, Scripting jobs, Virtualisation and so on. You can checkout my profile and see how much Linux-related project I successfuly completed Please come and have a chat with me, I am kind and helpful. Regards,
$12 USD σε 3 ημέρες
4,9 (35 αξιολογήσεις)
4,5
4,5
Avatar Χρήστη
Hi mate :) 33y old freelancer from Poland looking for a challenge :) I'm maintenancing almost 100 servers with various things, Your can work as smooth as them :)
$8 USD σε 1 ημέρα
4,9 (16 αξιολογήσεις)
4,5
4,5
Avatar Χρήστη
I have big experience in web hosting, security and transfers. I was owner and system adminisrator of two big hosting company. Had more then 10 servers and 1000 domains. I had about 300 clients around the world. This is easy for me. I will do it fastes i can. Regards.
$14 USD σε 3 ημέρες
5,0 (19 αξιολογήσεις)
4,2
4,2
Avatar Χρήστη
Hello dear employer! Our team has extensive experience in similar tasks, so that we can provide you with quick and qualified service, as it is exactly within our scope of expertise. So, let's discuss it in PM if you're interested. Looking forward for cooperation. With best regards, Igor Sklyarov
$15 USD σε 1 ημέρα
5,0 (6 αξιολογήσεις)
3,9
3,9
Avatar Χρήστη
I have worked extensively with cloud infrastructure (mainly AWS and QuadraNet, but I have played around with DigitalOcean's offerings as well) and website/database administration. If you are using a small DO instance (with 512MB or 1GB of RAM), you may be running into memory constraints. Three solutions to that problem: ->Change the InnoDB buffer pool to a more reasonable number ->Select an instance with higher memory allocations ->Increase virtual memory size (generally considered a bad idea because of performance reductions) MySQL often crashes when run in low-memory environments, though the error logs mysqld generates provide far more detailed information. The kernel log file holds logs of (among many other items) all processes killed for high memory usage, which would very quickly allow us to check whether MySQL was killed by the system for memory issues, and was unable to shut down gracefully. You can check your current memory usage by using top/htop/ps, and determine whether your system has sufficient free RAM for MySQL to run within. If you have any additional questions or would like me to take a look at your server, feel free to shoot me a PM.
$13 USD σε 3 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0
Avatar Χρήστη
A proposal has not yet been provided
$55 USD σε 3 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0
Avatar Χρήστη
I've been working as a linux admin more than 20 years. I do live in the philippines but I am NOT a filipino and I ONLY speak ENGLISH.
$27 USD σε 3 ημέρες
0,0 (0 αξιολογήσεις)
1,0
1,0
Avatar Χρήστη
A proposal has not yet been provided
$13 USD σε 3 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0

Σχετικά με τον πελάτη

Σημαία της UNITED STATES
Austin, United States
5,0
6
Μέλος από Οκτ 30, 2013

Επαλήθευση Πελάτη

Ευχαριστούμε! Σου έχουμε στείλει ένα email με ένα σύνδεσμο για να διεκδικήσεις τη δωρεάν πίστωση σου.
Κάτι πήγε στραβά κατά την προσπάθεια αποστολής του email σου. Παρακαλούμε δοκίμασε ξανά.
Εγγεγραμμένοι Χρήστες Συνολικές Αναρτημένες Δουλειές
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Φόρτωση προεπισκόπησης
Δόθηκε πρόσβαση για Geolocation.
Η σύνδεση σου έχει λήξει και τώρα έχεις αποσυνδεθεί. Παρακαλούμε συνδέσου ξανά.