I tried the following:
git status
then
git stash
somehow git stash manage to do something.
then i ran git pull again, the update completes.
Not sure what git stash do to help.
next, i perform $ /apps/phabricator/htdocs/bin/storage upgrade.
I got the following message:
MySQL Creddentials Not Configured..
Unable to connect to mysql using configured credentials. You must configure standard credentials before you can upgrade storage. Run these commands to set up credentials.
.....
Raw mysql error: attempt to connect to bn_phabricator@127.0.0.1 failed with error #2002: Connection refused.
How do i solve this issue? I don't remember changing any bitnami standard mysql username & password either.
Thanks,
AT