You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
docker logs show postgres and hasura containers working, Just the hbp fails to start.
Screenshots
docker logs show -
yarn run v1.22.5
$ node -r ./dist/start.js
Applying migrations
(node:29) UnhandledPromiseRejectionWarning: Error: Migration failed. Reason: An error occurred running 'create-migrations-table'. Rolled back this migration. No further migrations were run. Reason: no schema has been selected to create in
at /app/node_modules/postgres-migrations/dist/migrate.js:63:27
at processTicksAndRejections (internal/process/task_queues.js:95:5)
at async /app/node_modules/postgres-migrations/dist/with-lock.js:25:28
at async Object.applyMigrations (/app/dist/shared/migrations.js:13:9)
at async start (/app/dist/ts-start.js:29:5)
(Use `node --trace-warnings ...` to show where the warning was created)
(node:29) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
(node:29) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Done in 2.89s.
Desktop (please complete the following information):
Fedora 34
docker-compose version 1.29.2, build 5becea4c
Docker version 20.10.7, build f0df350
The text was updated successfully, but these errors were encountered:
The auth schema must be in place for HBP to start. Either create it manually, or create a init script for the postgres container, or use the image: nhost/postgres:12-v0.0.5.
If not, it would be nice to have the instructions on how to create necessary schemas/tables in the getting started guide, for those who can't use a different Postgres image.
Describe the bug
Using the following docker-compose yaml prevents hbp from starting
Expected behavior
docker logs show postgres and hasura containers working, Just the hbp fails to start.
Screenshots
docker logs show -
Desktop (please complete the following information):
Fedora 34
docker-compose version 1.29.2, build 5becea4c
Docker version 20.10.7, build f0df350
The text was updated successfully, but these errors were encountered: