No such table error after building from source

Build ON from source. Have an existing database pulled from production deployed. All credentials are good and valid (tested from cli). However, I get this error in oned.log
Thu Jan 25 18:37:07 2018 [Z0][ONE][E]: SQL command was: SELECT body FROM user_pool WHERE name = ‘oneadmin’, error: no such table: user_pool

The query when run manually works fine and oned.conf has correct connection user, pass and db name. What is going on here? Do I need to specify db creds somewhere else besides oned.conf ?

Thanks.