Hello Everyone, I am trying to convert sqlite to p...
# troubleshooting
m
Hello Everyone, I am trying to convert sqlite to postgesql conversion. I followed below mentioned steps in this thread. I did it all https://meltano.slack.com/archives/C021CVD2E21/p1628531379003000?thread_ts=1628267178.002000&cid=C021CVD2E21 and it works for
meltano.db.
But now we also want to switch our
airflow.db
sqlite
database to
postgresql.
So for doing the same should i need to create the tables in the same schema where the
meltano.db
tables are present? As the default database is set to
sqlite:///$MELTANO_PROJECT_ROOT/.meltano/meltano.db
Or do we have another method to point out the the
airflow.db