Hello All, I am having problem using prefect with ...
# ask-community
i
Hello All, I am having problem using prefect with slack notifications. It was working fine but then stopped working when I connect prefect server to a postgres database instead of local sqlite database. I am using a custom deployment of prefect server on a private instance. I have tested the slack webhook with another application and it was working fine. Any idea what might be the cause ? Thanks in advance
t
Hey Ibrahim! Would you be able to provide a bit more context -- how did you set up the slack webhook in your sqlite database initially? Was that using Prefect?
i
I connected the slack webhook through the UI, and I disabled the local sqlite already. I just did the basic steps for using slack
t
Gotcha. When you disabled Sqlite and moved to postgres, did you do a data migration? what may have happened is switching out the database without migrating the data may cause the block to be lost