scottdillon1 / Virtual_SCP_Academy

This repository will hold all of the content for the Virtual SCP Academy
14 stars 15 forks source link

Error in command cf push -f gen/db -k 256M #4

Open i806119 opened 3 years ago

i806119 commented 3 years ago

Hi,

My CAP name is Incidenti806119 ( it did not allow me to use underscore) I generated incidentsi806119-db-hdi-container After that when I execute cf push -f gen/db -k 256M I get the error: Getting app info... Service instance incidentsi806119-db not found FAILED

Would appreciate if you can point me my mistake.

Thanks, Vani

i806119 commented 3 years ago

I was able to resolve this myself. Instead of using the command cf create-service hanatrial hdi-shared incidentsi806119-db-hdi-container to create service incidentsi806119-db-hdi-container I used cf create-service hanatrial hdi-shared incidentsi806119-db and created the service cf incidentsi806119-db

Would be nice to know the difference