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
Hmmm... not sure I get it. I think you're talking about the final environment (not the dev vagrant one). So I guess this line connection.execute("CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\"", &[]).unwrap(); throws an error during the execution. Right ?
In vagrant's one it works because our dev environment actually does not reflect a real environment (which is bad) , in which you will not grant superuser privilege to the db user used by the application code.
currently due to the fact we create the extension uuid, we need to grant the db user, superuser privilege, which is not optimal in term of security
need to check if we can avoid this with a "create extension if not exist"
The text was updated successfully, but these errors were encountered: