Hi there
I’m looking to install ghost with a DigitalOcean db cluster and not a local db on the server.
I can’t seem to figure out what the issue is with my setup.
Debug Information:
OS: Ubuntu, v18.04.4 LTS
Node Version: v10.23.0
Ghost Version: 3.41.9
Ghost-CLI Version: 1.13.1
Environment: production
Command: 'ghost start'
Message: Invalid database host.
Config: (not actually using variables for now but modified for safety)
"database": {
"client": "mysql",
"connection": {
"host": "name-db-do-user-1234556-0.b.db.ondigitalocean.com",
"database__connection__port": port_number,
"user": "db_user",
"password": "db_password",
"database": "database_name"
}