|
Re: Postgresql data is not migrated after CF is upgraded from v197 to v230
Hi Maggie,
First off, please be sure to backup your data in case anything goes wrong
during an upgrade.
Also, do note that while private vendors of Cloud Foundry may support
upgrades between several
Hi Maggie,
First off, please be sure to backup your data in case anything goes wrong
during an upgrade.
Also, do note that while private vendors of Cloud Foundry may support
upgrades between several
|
By
Amit Kumar Gupta
·
#4652
·
|
|
Postgresql data is not migrated after CF is upgraded from v197 to v230
Hi,
I found all org, spaces and applications information were lost after I upgraded my CF env from v197 to v230. After checked the postgres node, I found there were two directory under
Hi,
I found all org, spaces and applications information were lost after I upgraded my CF env from v197 to v230. After checked the postgres node, I found there were two directory under
|
By
MaggieMeng
·
#4651
·
|
|
Re: app guid uniqueness
Awesome. Thank you, Nicholas.
John
wrote:
Awesome. Thank you, Nicholas.
John
wrote:
|
By
John Wong
·
#4650
·
|
|
Re: Staging and Runtime Hooks Feature Narrative
I think if we can get some consensus on the .profile script support (AKA Runtime Hooks), we should move forward with that. Jan has already separated that work into a separate PR, so it could be merged
I think if we can get some consensus on the .profile script support (AKA Runtime Hooks), we should move forward with that. Jan has already separated that work into a separate PR, so it could be merged
|
By
Troy Topnik
·
#4649
·
|
|
Re: CF Job Failure
Hi Nick, Hi Daniel,
The app push using the CLI works. I haven’t had the chance to check the cloud controller logs yet—that’s the next thing on my plate.
Best Regards,
Abhik
Sent: Tuesday,
Hi Nick, Hi Daniel,
The app push using the CLI works. I haven’t had the chance to check the cloud controller logs yet—that’s the next thing on my plate.
Best Regards,
Abhik
Sent: Tuesday,
|
By
Gupta, Abhik
·
#4648
·
|
|
Re: [PROPOSAL]: Removing ability to specify npm version
We have had a few use cases where users have requested to stay on nodejs
version 4 (LTS), while taking advantage of npm 3's new flat dependency
tree. Node 4 by default bundles witn npm 2. Node 5
We have had a few use cases where users have requested to stay on nodejs
version 4 (LTS), while taking advantage of npm 3's new flat dependency
tree. Node 4 by default bundles witn npm 2. Node 5
|
By
Shawn Nielsen
·
#4647
·
|
|
Re: CF Job Failure
Hi Abhik,
Another bit of information that would be interesting is whether or not you
can push your app using the CLI.
Thanks,
Nick
Hi Abhik,
Another bit of information that would be interesting is whether or not you
can push your app using the CLI.
Thanks,
Nick
|
By
Nicholas Calugar
·
#4646
·
|
|
pushing docker image to CF.
hi, I am pushing jboss/drools-workbench-showcase docker image to cloudfoundry
from my CLI.
This is the command,
cf push workbench -o jboss/drools-workbench-showcase:6.2.0.Final
But I get an
hi, I am pushing jboss/drools-workbench-showcase docker image to cloudfoundry
from my CLI.
This is the command,
cf push workbench -o jboss/drools-workbench-showcase:6.2.0.Final
But I get an
|
By
sangeeus <sangeetha081315@...>
·
#4674
·
|
|
Re: app guid uniqueness
Hi John,
An application's guid will never change. If you delete an app, and push the
code again, you are creating a new app with another guid.
Thanks,
Nick
Hi John,
An application's guid will never change. If you delete an app, and push the
code again, you are creating a new app with another guid.
Thanks,
Nick
|
By
Nicholas Calugar
·
#4645
·
|
|
app guid uniqueness
Based on my brief testing and observation, the guid of an app sticks around
for as long as the app remains running (whether we restart or restage). But
removing the app, then cf push a new guid is
Based on my brief testing and observation, the guid of an app sticks around
for as long as the app remains running (whether we restart or restage). But
removing the app, then cf push a new guid is
|
By
John Wong
·
#4644
·
|
|
Re: CF Job Failure
Does the app actually push and get started? i.e. if you run `cf apps`
after you get this message is the app up and running? Also, do you see
similar issues when you push with `cf push`?
Take a
Does the app actually push and get started? i.e. if you run `cf apps`
after you get this message is the app up and running? Also, do you see
similar issues when you push with `cf push`?
Take a
|
By
Daniel Mikusa
·
#4643
·
|
|
Re: Maven: Resolve Dependencies on Platform?
As an experiment, I created a build pack that would do this. It hasn't
been updated in a while, I don't plan to update it and it was never very
solid to begin with. It was more to just see if I
As an experiment, I created a build pack that would do this. It hasn't
been updated in a while, I don't plan to update it and it was never very
solid to begin with. It was more to just see if I
|
By
Daniel Mikusa
·
#4642
·
|
|
How can i configure HA Doppler at cf.yml?
I read "Overview of the Loggregator System " - https://docs.cloudfoundry.org/loggregator/architecture.html
In that document, metron_agent can forward metrics or logs to N doppler.
But i don't know
I read "Overview of the Loggregator System " - https://docs.cloudfoundry.org/loggregator/architecture.html
In that document, metron_agent can forward metrics or logs to N doppler.
But i don't know
|
By
inho cho
·
#4641
·
|
|
CF Job Failure
Hi,
We are trying to push a node.js application using the Cloud Controller REST APIs. The flow that we follow is similar to the flow followed by CF CLI:
Create Application Metadata > Create Route
Hi,
We are trying to push a node.js application using the Cloud Controller REST APIs. The flow that we follow is similar to the flow followed by CF CLI:
Create Application Metadata > Create Route
|
By
Gupta, Abhik
·
#4640
·
|
|
Re: How can we customized "404 Not Found"
Hi Amit,
Am 17.04.2016 um 21:10 schrieb Amit Gupta:
For my current use case we need the 503 page as a catch-all for stopped
applications in all application domains. It displays a "nice" generic
Hi Amit,
Am 17.04.2016 um 21:10 schrieb Amit Gupta:
For my current use case we need the 503 page as a catch-all for stopped
applications in all application domains. It displays a "nice" generic
|
By
Stefan Mayr
·
#4639
·
|
|
Re: How can we customized "404 Not Found"
Hi Stefan, Mike,
For real applications, would you want a common 503 page for all
applications on the platform, or would your different applications have
different custom domains, with custom 503
Hi Stefan, Mike,
For real applications, would you want a common 503 page for all
applications on the platform, or would your different applications have
different custom domains, with custom 503
|
By
Amit Kumar Gupta
·
#4638
·
|
|
Re: How can we customized "404 Not Found"
Hi,
Am 14.04.2016 um 18:14 schrieb Mike Youngstrom:
I verified this today: only the the text "404" is required to pass the
smoke tests. So I created a 503 service unavailable page containing an
Hi,
Am 14.04.2016 um 18:14 schrieb Mike Youngstrom:
I verified this today: only the the text "404" is required to pass the
smoke tests. So I created a 503 service unavailable page containing an
|
By
Stefan Mayr
·
#4637
·
|
|
Re: Maven: Resolve Dependencies on Platform?
I'm not sure if this is the right forum. I doubt it.
* you could achieve what you want by forking the buildpack used. If you're
using the Java buildpack then
I'm not sure if this is the right forum. I doubt it.
* you could achieve what you want by forking the buildpack used. If you're
using the Java buildpack then
|
By
Josh Long <starbuxman@...>
·
#4636
·
|
|
Re: Maven: Resolve Dependencies on Platform?
Please let me know if there is a more appropriate forum for this type of question.
Please let me know if there is a more appropriate forum for this type of question.
|
By
Matthew Tyson
·
#4635
·
|
|
Maven: Resolve Dependencies on Platform?
Is anyone aware of a way to deploy a maven application via cloud foundry that will:
1) Take only the application bits and upload them
2) Run the maven build based on the pom.xml
3) pull down the
Is anyone aware of a way to deploy a maven application via cloud foundry that will:
1) Take only the application bits and upload them
2) Run the maven build based on the pom.xml
3) pull down the
|
By
Matthew Tyson
·
#4634
·
|