Advertisement
Guest User

Untitled

a guest
Jan 31st, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. Successfully compiled 268 files with Babel (25683ms).
  2. bookbrainz-site | npm notice
  3. bookbrainz-site | npm notice New major version of npm available! 8.11.0 -> 9.4.0
  4. bookbrainz-site | npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.4.0>
  5. bookbrainz-site | npm notice Run `npm install -g npm@9.4.0` to update!
  6. bookbrainz-site | npm notice
  7. bookbrainz-site | $ node ./lib/server/app.js
  8. bookbrainz-site | × { error: role "postgres" does not exist
  9. bookbrainz-site | at Parser.parseErrorMessage (/home/bookbrainz/bookbrainz-site/node_modules/pg-protocol/dist/parser.js:287:98)
  10. bookbrainz-site | at Parser.handlePacket (/home/bookbrainz/bookbrainz-site/node_modules/pg-protocol/dist/parser.js:126:29)
  11. bookbrainz-site | at Parser.parse (/home/bookbrainz/bookbrainz-site/node_modules/pg-protocol/dist/parser.js:39:38)
  12. bookbrainz-site | at Socket.<anonymous> (/home/bookbrainz/bookbrainz-site/node_modules/pg-protocol/dist/index.js:11:42)
  13. bookbrainz-site | at Socket.emit (node:events:527:28)
  14. bookbrainz-site | at addChunk (node:internal/streams/readable:315:12)
  15. bookbrainz-site | at readableAddChunk (node:internal/streams/readable:289:9)
  16. bookbrainz-site | at Socket.Readable.push (node:internal/streams/readable:228:10)
  17. bookbrainz-site | at TCP.onStreamRead (node:internal/stream_base_commons:190:23)
  18. bookbrainz-site | length: 100,
  19. bookbrainz-site | severity: 'FATAL',
  20. bookbrainz-site | code: '28000',
  21. bookbrainz-site | detail: undefined,
  22. bookbrainz-site | hint: undefined,
  23. bookbrainz-site | position: undefined,
  24. bookbrainz-site | internalPosition: undefined,
  25. bookbrainz-site | internalQuery: undefined,
  26. bookbrainz-site | where: undefined,
  27. bookbrainz-site | schema: undefined,
  28. bookbrainz-site | table: undefined,
  29. bookbrainz-site | column: undefined,
  30. bookbrainz-site | dataType: undefined,
  31. bookbrainz-site | constraint: undefined,
  32. bookbrainz-site | file: 'miscinit.c',
  33. bookbrainz-site | line: '607',
  34. bookbrainz-site | routine: 'InitializeSessionUserId' }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement