Re: [vcap-dev] Understanding Cloud controller

55 views
Skip to first unread message
Message has been deleted

Simon Johansson

unread,
Jul 11, 2014, 5:27:10 AM7/11/14
to vcap...@cloudfoundry.org
To connecto the the CC db.

Manifest:
"  ccdb:
    databases:
    - name: ccdb
...
    roles:
    - name: ccadmin
      password: superSecret
      tag: admin
"

HOST=`bosh vms | awk '/postgres/{print $8}''`
psql -h $HOST -p 5524 --username ccadmin ccdb

Hope this helps.


On Fri, Jul 11, 2014 at 8:20 AM, <mansi.f...@gmail.com> wrote:
Hi All,

I need to understand what app meta data is stored, in what tables when an app is pushed on cloud foundry.

similarly what tables, data is stored for services and brokers.
How can I go to cloud controller node or CC db dump.

--
You received this message because you are subscribed to the Google Groups "Cloud Foundry Developers" group.
To view this discussion on the web visit https://groups.google.com/a/cloudfoundry.org/d/msgid/vcap-dev/9e7f463f-841f-42df-ba73-8b037c04c1a6%40cloudfoundry.org.

To unsubscribe from this group and stop receiving emails from it, send an email to vcap-dev+u...@cloudfoundry.org.

Reply all
Reply to author
Forward
Message has been deleted
Message has been deleted
0 new messages