2018-05-24T19:05:21.87+0000 [APP/PROC/WEB/0] ERR panic: Error 1091: Can't DROP 'time'; check that column/key exists handling 2_add_created_at_to_readings_service_bindings_services_instances.sql [recovered]
cf target -o system -s autoscaling cf stop autoscale
variables?name=mysql-admin-credentials
is needed.bosh ssh
into one of the PAS MySQL nodes.mysql -u root -pand enter the password found in Step 2.
create schema autoscale_bad;
SELECT CONCAT('RENAME TABLE ',table_schema,'.', table_name, ' TO ','autoscale_bad.', table_name,';') FROM information_schema. TABLES WHERE table_schema LIKE 'autoscale';
bosh -e <ENV> -d <CF_DEPLOYMENT> run-errand deploy-autoscaling
drop database autoscale_bad;