Rafael Pettersen
Rafael Pettersen
WWasp
Created by Rafael Pettersen on 12/17/2024 in #đŸ™‹questions
Incompatible PostgreSQL Version
After I updated Docker, when I tried to wasp start db I get the error below: PostgreSQL Database directory appears to contain a database; Skipping initialization FATAL: database files are incompatible with server DETAIL: The data directory was initialized by PostgreSQL version 16, which is not compatible with this version 17.2 (Debian 17.2-1.pgdg120+1). wasp-bin: callCommand: docker run --name wasp-dev-db-XXX-XXX --rm --publish 5432:5432 -v wasp-dev-db-XXXX-86b4beda11:/var/lib/postgresql/data --env POSTGRES_PASSWORD=XXXXXX --env POSTGRES_USER=XXXXXX --env POSTGRES_DB=XXXX-XXXXX postgres (exit 1): failed Is there a solution for this?
6 replies
WWasp
Created by Rafael Pettersen on 12/2/2024 in #đŸ™‹questions
Inviting Users
I'm using Wasp on a SaaS solution that each account/organization can have 1 or More users. How can I implement this solution? Letting admin users invite other users? The desired solution would be to have an invite email sent to the new user so he/she may create a new password upon first sign in.
29 replies