Digital Ocean (DO) is a hosting platform that offers the possibility to create Virtual Machines (VM). These VMs are called droplets in DO land.
Questions tagged [digital-ocean]
241 questions
0
votes
0 answers
AWS poor performance compared to DigitalOcean's
Why is my Apache2 server with PHP-FPM experiencing significantly lower performance on AWS EC2 instances compared to DigitalOcean Droplets? Despite similar hardware specifications and configurations, the server on AWS is showing higher latency and…

robertpartfy
- 1
- 1
0
votes
0 answers
shell request failed on channel 0
On the DigitalOcean droplet, I have initiated 4 screen sessions for the Python scripts fetching data via API 24x7 and inserting it in MySQL(installed on the same droplet). After a certain period of time when I try to SSH I get the error:
shell…

Volatil3
- 275
- 1
- 3
- 11
0
votes
1 answer
How do you obtain $KUBE_CONFIG variable for a bitbucket deployment to a Kubernetes instance on Digital Ocean?
So my company has been in the process of moving our backend application hosting from digital ocean droplets to a digital ocean kubernetes cluster.
However when following the bitbucket pipeline guide to update our pipelines for kubernetes…

Pursuatnspy3
- 1
- 1
0
votes
0 answers
What are the AWS "equivalents" for these DO products and services?
We are currently running a web application with a Laravel back-end and a Vue JS front-end on DO managed IaaS products:
App Platform
Managed Database Cluster (MySQL)
We are planning to migrate to AWS to satisfy customer requirements around security…

Rhecil Codes
- 145
- 4
0
votes
0 answers
Issue while SSHing DigitalOcean Droplet
I am facing a problem while trying to SSH a DO droplet. It is running 4 Python scripts fetching data via API and storing in MySQL(running on same Droplet). It had no issue when I was running 2 Python script but I started facing issue of SSH when I…

Volatil3
- 275
- 1
- 3
- 11
0
votes
1 answer
my nginx server was working perfectly fine and now shows a 502 error
I'm deploying my project,
I had no problem until i decided to buy a domain for my digital ocean droplet
i added the records from my namecheap domain to my droplet
i was working on it then suddenly when i want access to myproject/api it's now showing…

Harkayn
- 1
0
votes
0 answers
Plesk my sql database on digital ocean blocking access from local
Currently I have a database in plesk with
Allow remote connections from any host selected.
I've also checked to make sure the mysql server firewall settings allow "all"
I still can't access database externally:
host is ip address
database user name…

FabricioG
- 167
- 1
- 7
0
votes
1 answer
Where do I set up an MX record for my Google domain so it points to my email server?
I'm new to networking and servers, so I may be way off track. I have a Digital Ocean server with postfix configured on it. I also have a domain through Google Domains. I want to make it so my mail server can receive mail, so I'm setting up an MX…

trouble_bucket
- 13
- 3
0
votes
1 answer
Multiple WP websites, high availability setup
We are moving to a new production environment and I came up with the following setup. For the 20-25 client websites we have, I wanted to do the following:
DigitalOcean Load Balancer
Two DO Droplets where the second is actually a 'clone' of the…

DennisKr
- 11
- 1
0
votes
0 answers
nginx working fine in localhost but show 404 on server
i have a laravel based project that i have to host on digital ocean using docker. docker is working fine on localhost but shows 404 on server but phpmyadmin working fine on server as well which is running on 8080 port.
Here's my docker-compose.yml
…

rootShiv
- 101
- 2
0
votes
1 answer
Object Storage vs HDD Block Storage
Currently I am using SSD Block Storage at Digital Ocean which is very costly. When I checked Vultr they are providing HDD Block Storage. Which is cheap.
We have to store approx 700GB of data (Mostly images) and serve them on websites.
Should we use…

Future King
- 135
- 1
- 8
0
votes
0 answers
Fix 502 Bad Gateway
I have Nginx running on Ubuntu server (digital ocean), I've setup LEMP stack for hosting the Wordpress website. I'm getting 501 Bad Gateway when I try to reach website using the IP address.
I see this errors in the log:
2022/05/24 14:43:52 [error]…

Arkadi
- 101
- 2
0
votes
0 answers
My cloud config template file does not seem to be working when I use it to boot up a droplet in Digital Ocean?
I'm using Terraform to spin up a DO droplet, using an Ubuntu and Docker image. Checkout below:
resource "digitalocean_droplet" "web" {
image = "docker-20-04"
name = "web"
region = "nyc3"
size = "s-1vcpu-1gb"
ssh_keys =…

andres
- 101
- 1
0
votes
0 answers
Script to reassign floating IP address to my other machine running Ubuntu
I have a floating IP(X.X.X.191) assigned to the machine (Y.Y.Y.106) currently running ubuntu. Now I want the same floating IP to be assigned to my other droplet(Z.Z.Z.252).
On digital ocean I can do the same from the web app interface. However I…

Himanshuman
- 113
- 7
0
votes
0 answers
Best Way to Force use of SSL Certificate
When a browser connects to my website by entering it's FQDN the connection is encrypted using the site's SSL Certificate.
However it has come to my attention that it is possible to bypass the SSL and initiate an unencrypted connection by entering…

Huw Evans
- 101
- 1