Hi All, i have orion up and running connected to p...
# ask-community
a
Hi All, i have orion up and running connected to postgresSQL database,it was working fine until i shut down the orion and tried to run it again,orion in trying to create the database tables again! as shown in the image below is there a way to avoid initializing database tables on every orion start up?
2
a
perhaps try setting this to False
Copy code
prefect config set PREFECT_ORION_DATABASE_MIGRATE_ON_START='False'
it's True by default
a
@Anna Geller such a life saver 🙌 it worked,thx
🙌 1