Skip to content

Instantly share code, notes, and snippets.

@peaceintheheart
Created August 11, 2020 17:56
Show Gist options
  • Save peaceintheheart/b3e4711f3dcbc0286a54b35945ca666e to your computer and use it in GitHub Desktop.
Save peaceintheheart/b3e4711f3dcbc0286a54b35945ca666e to your computer and use it in GitHub Desktop.
C:\code\thinkful\tc\jyip01\noteful-client-dbserver>npm run migrate
> noteful-json-server@0.0.1 migrate C:\code\thinkful\tc\jyip01\noteful-client-dbserver
> postgrator --config postgrator-config.js
[1:53:57 PM] table schemaversion does not exist - creating it.
[1:53:57 PM] version of database is: 0
[1:53:57 PM] migrating up to 2
Error: password authentication failed for user "dunder_mifflin"
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! noteful-json-server@0.0.1 migrate: `postgrator --config postgrator-config.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the noteful-json-server@0.0.1 migrate script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment