External MySQL

The database-backup tasks will NOT work when an external MySQL is configured.

Edit the following values to communicate with an external MySQL host

packagecloud_rails['database_host'] = 'rds.aws.my.host'
packagecloud_rails['database_user'] = 'awsuser'
packagecloud_rails['database_password'] = 'password'
packagecloud_rails['database_port'] = 3306
packagecloud_rails['database_name'] = 'packagecloud_production'

Children Pages