hey guys, we want to move away from using the post...
# ask-community
j
hey guys, we want to move away from using the postgres DB that’s running in the pod provided by the helm chart to our own DB. I want to migrate the data over, but can’t figure out the db name and user (the password I have from the secret). 1. is this a good idea to migrate the data? or will it cause some problems when I point dagster to a DB that is not empty? 2. what’s the default db name and user? thanks!
👀 1
nevermind about 2. (I found it in dagit under
Configuration
)
p
It shouldn’t cause issues to point dagster to a non-empty DB… Are you planning on building a DB snapshot and then loading from that snapshot?