Lazer_Pope (Vossi / Hendrik)
Lazer_Pope (Vossi / Hendrik)
DTDrizzle Team
Created by Lazer_Pope (Vossi / Hendrik) on 6/25/2024 in #help
Connection terminated unexpectedly after adding postgres.conf
Correct, the settings are valid and postgres applies them when I add them via environment variables. But when I try to use a conf file, it fails.
4 replies
DTDrizzle Team
Created by smiley on 5/2/2024 in #help
Cannot migrate/push after adding column to sqlite table
I haven't used sqLite, but I am sure that it won't require you to delete your db. 'No config path provided, using default path Reading config file' sounds like drizzle can't finde your drizzle configuration. I would double check all my drizzle related file paths. If it worked before, check if you changed anything in your file and directory strucutre. I had something like that when I tydied up my project and moved my db migrations into a different folder. '/home/radh/src/radh/drizzle.config.ts' Are you 100% sure that the path is correct?
2 replies
DTDrizzle Team
Created by Lazer_Pope (Vossi / Hendrik) on 10/16/2023 in #help
Automatic migrationbs
I've figured out that I can just do all the db setup in src/hooks.server.ts I use it to setup, migrate & seed the database on start-up, seems to work really well and explicit.
2 replies