Hi,
I just tried to upgrade to latest stable from last weeks latest stable and am running into a weird issue. Here is my shell history...
Notes: The regular phabricator user doesn't have ddl rights so I run the upgrade as root. Yes I realise that password in history is lame, I'll change my habits at some point.
```
843 sudo systemctl stop nginx phd aphlict php-fpm
844 cd /opt/phabricator/arcanist/
845 git pull
846 cd ..
847 cd libphutil/
848 git pull
849 cd ..
850 cd phabricator/
851 git pull
852 ./bin/storage -p ***** -u root upgrade
```
Which is a repeat of what I do most Saturday mornings whilst browsing reddit. This time however I got an error at the end of the upgrade. I re-ran it again with trace attached hoping to see some kind of extra errors, but I get nothing. Just a complaint about access denied for two tables. That doesn't really make much sense to me. Ideas?