kiryl_ch
kiryl_ch
Explore posts from servers
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
ah seems like pg is not edge compatbile, so there is a benefit of vercel/postgres
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
yeah. thank you. i guess i'll go with pg. not a big deal just wanted to use vercel's package
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
so i guess i can not use pooled client
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
hm they seem to be just checking url to determine connection string type: export function isPooledConnectionString(connectionString: string): boolean { return connectionString.includes('-pooler.'); }
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
i checked
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
yes it is non pooling connection
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
i can use createClient() but does it mean I am loosing pooled connection?
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
i tried to but i am getting error: VercelPostgresError - 'invalid_connection_string': This connection string is meant to be used with a direct connection. Make sure to use a pooled connection string or try createClient() instead.
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
hm i like vercel api and it says that it is fully compatible with pg node. so i assume i can use it with railway postgress just need to figure out connection string
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
more of a questing is how to get pooled connections string?
19 replies
RRailway
Created by kiryl_ch on 4/28/2024 in #✋|help
can i use railway postgres db with @vercel/postgres ?
N/A
19 replies
RRailway
Created by kiryl_ch on 3/20/2024 in #✋|help
gen_random_uuid not working
60fd5f13-1cb6-475b-81c4-4b1e7803c705
5 replies
RRailway
Created by kiryl_ch on 3/6/2024 in #✋|help
how to restore postgres db from dumb?
looks like it is working, strapi running without problems on restored db. thank you for your help
33 replies
RRailway
Created by kiryl_ch on 3/6/2024 in #✋|help
how to restore postgres db from dumb?
this database was used as db for strapi cms, if it makes sence
33 replies
RRailway
Created by kiryl_ch on 3/6/2024 in #✋|help
how to restore postgres db from dumb?
it is mine, but i never heard about timescale
33 replies
RRailway
Created by kiryl_ch on 3/6/2024 in #✋|help
how to restore postgres db from dumb?
i do not know
33 replies
RRailway
Created by kiryl_ch on 3/6/2024 in #✋|help
how to restore postgres db from dumb?
thanks it seems to have done something, and i see some data created in db but during execution it threw me a banch of error like: psql:/railway.sql:1952: ERROR: relation "_timescaledb_catalog.chunk_id_seq" does not exist
33 replies
RRailway
Created by kiryl_ch on 3/6/2024 in #✋|help
how to restore postgres db from dumb?
i thought the one i am using is compatible:)
33 replies
RRailway
Created by kiryl_ch on 3/6/2024 in #✋|help
how to restore postgres db from dumb?
inside two files postgres.sql and railway.sql
33 replies
RRailway
Created by kiryl_ch on 3/6/2024 in #✋|help
how to restore postgres db from dumb?
.tar.gz
33 replies